Home
last modified time | relevance | path

Searched refs:__eglMustCastToProperFunctionPointerType (Results 1 – 5 of 5) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/include/EGL/
Degl.h319 typedef void (*__eglMustCastToProperFunctionPointerType)(void); typedef
322 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY
/sdk/emulator/opengl/tests/EGL_host_wrapper/
Degl.cpp51 __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char *procname) in eglGetProcAddress()
55 return (__eglMustCastToProperFunctionPointerType)egl_funcs_by_name[i].proc; in eglGetProcAddress()
Degl_proc.h56 typedef __eglMustCastToProperFunctionPointerType (* eglGetProcAddress_t) (const char*);
/sdk/emulator/opengl/host/libs/libOpenglRender/
Degl_proc.h56 typedef __eglMustCastToProperFunctionPointerType (EGLAPIENTRY *eglGetProcAddress_t) (const char*);
/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglImp.cpp80 … {"eglCreateImageKHR" ,(__eglMustCastToProperFunctionPointerType)eglCreateImageKHR},
81 … {"eglDestroyImageKHR",(__eglMustCastToProperFunctionPointerType)eglDestroyImageKHR}
936 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY
938 __eglMustCastToProperFunctionPointerType retVal = NULL; in eglGetProcAddress()