~sergiusens/libhybris/autotests

« back to all changes in this revision

Viewing changes to hybris/egl/platforms/common/eglplatformcommon.h

  • Committer: Package Import Robot
  • Author(s): Ricardo Salveti de Araujo
  • Date: 2013-06-04 07:33:11 UTC
  • Revision ID: package-import@ubuntu.com-20130604073311-20ldi2hm1axkvjl1
Tags: upstream-0.1.0+git20130601+dfb2e26
ImportĀ upstreamĀ versionĀ 0.1.0+git20130601+dfb2e26

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __EGLPLATFORMCOMMON_H
 
2
#define __EGLPLATFORMCOMMON_H
 
3
#include <android/hardware/gralloc.h>
 
4
#include <EGL/egl.h>
 
5
 
 
6
void eglplatformcommon_init(gralloc_module_t *gralloc);
 
7
__eglMustCastToProperFunctionPointerType eglplatformcommon_eglGetProcAddress(const char *procname);
 
8
void eglplatformcommon_passthroughImageKHR(EGLenum *target, EGLClientBuffer *buffer);
 
9
const char *eglplatformcommon_eglQueryString(EGLDisplay dpy, EGLint name, const char *(*real_eglQueryString)(EGLDisplay dpy, EGLint name));
 
10
#endif