Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/include/EGL/
Degl.h319 typedef void (*__eglMustCastToProperFunctionPointerType)(void); typedef
322 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Degl_proc.h56 typedef __eglMustCastToProperFunctionPointerType (* eglGetProcAddress_t) (const char*);
Degl.cpp211 __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char *procname) in eglGetProcAddress()
217 return (__eglMustCastToProperFunctionPointerType)egl_funcs_by_name[i].proc; in eglGetProcAddress()
Dgles.cpp44 __eglMustCastToProperFunctionPointerType gles_getProcAddress(const char *procname) in gles_getProcAddress()
48 return (__eglMustCastToProperFunctionPointerType)gles_funcs_by_name[i].proc; in gles_getProcAddress()
/device/generic/goldfish-opengl/system/egl/
Degl.cpp733 __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char *procname) in eglGetProcAddress()
738 return (__eglMustCastToProperFunctionPointerType)egl_funcs_by_name[i].proc; in eglGetProcAddress()
743 return (__eglMustCastToProperFunctionPointerType)ClientAPIExts::getProcAddress(procname); in eglGetProcAddress()