Searched refs:__eglMustCastToProperFunctionPointerType (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/ThirdParty/ANGLE/include/EGL/ |
D | egl.h | 319 typedef void (*__eglMustCastToProperFunctionPointerType)(void); typedef 322 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY
|
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/ |
D | libEGL.cpp | 1081 __eglMustCastToProperFunctionPointerType __stdcall eglGetProcAddress(const char *procname) in eglGetProcAddress() 1090 __eglMustCastToProperFunctionPointerType address; in eglGetProcAddress() 1102 return (__eglMustCastToProperFunctionPointerType)eglExtensions[ext].address; in eglGetProcAddress() 1110 return error(EGL_BAD_ALLOC, (__eglMustCastToProperFunctionPointerType)NULL); in eglGetProcAddress()
|
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
D | libGLESv2.cpp | 5732 __eglMustCastToProperFunctionPointerType __stdcall glGetProcAddress(const char *procname) in glGetProcAddress() 5737 __eglMustCastToProperFunctionPointerType address; in glGetProcAddress() 5742 {"glTexImage3DOES", (__eglMustCastToProperFunctionPointerType)glTexImage3DOES}, in glGetProcAddress() 5743 … {"glBlitFramebufferANGLE", (__eglMustCastToProperFunctionPointerType)glBlitFramebufferANGLE}, in glGetProcAddress() 5744 …{"glRenderbufferStorageMultisampleANGLE", (__eglMustCastToProperFunctionPointerType)glRenderbuffer… in glGetProcAddress() 5745 {"glDeleteFencesNV", (__eglMustCastToProperFunctionPointerType)glDeleteFencesNV}, in glGetProcAddress() 5746 {"glGenFencesNV", (__eglMustCastToProperFunctionPointerType)glGenFencesNV}, in glGetProcAddress() 5747 {"glIsFenceNV", (__eglMustCastToProperFunctionPointerType)glIsFenceNV}, in glGetProcAddress() 5748 {"glTestFenceNV", (__eglMustCastToProperFunctionPointerType)glTestFenceNV}, in glGetProcAddress() 5749 {"glGetFenceivNV", (__eglMustCastToProperFunctionPointerType)glGetFenceivNV}, in glGetProcAddress() [all …]
|
D | Context.h | 540 __eglMustCastToProperFunctionPointerType __stdcall glGetProcAddress(const char *procname);
|