am 17fd21fc
: Merge "DO NOT MERGE. workaround [3177481] eglGetProcAddress() returns the wrong pointer for some GL extensions" into gingerbread
* commit '17fd21fc0638d8734867b6f189efbabb227f3ae1': DO NOT MERGE. workaround [3177481] eglGetProcAddress() returns the wrong pointer for some GL extensions
This commit is contained in:
@ -407,6 +407,10 @@ static const extention_map_t gExtentionMap[] = {
|
||||
(__eglMustCastToProperFunctionPointerType)&eglDestroyImageKHR },
|
||||
{ "eglSetSwapRectangleANDROID",
|
||||
(__eglMustCastToProperFunctionPointerType)&eglSetSwapRectangleANDROID },
|
||||
{ "glEGLImageTargetTexture2DOES",
|
||||
(__eglMustCastToProperFunctionPointerType)NULL },
|
||||
{ "glEGLImageTargetRenderbufferStorageOES",
|
||||
(__eglMustCastToProperFunctionPointerType)NULL },
|
||||
};
|
||||
|
||||
extern const __eglMustCastToProperFunctionPointerType gExtensionForwarders[MAX_NUMBER_OF_GL_EXTENSIONS];
|
||||
|
Reference in New Issue
Block a user