Merge "DO NOT MERGE. workaround [3177481] eglGetProcAddress() returns the wrong pointer for some GL extensions" into gingerbread
This commit is contained in:
committed by
Android (Google) Code Review
commit
17fd21fc06
@@ -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