Searched refs:MAX_NUMBER_OF_GL_EXTENSIONS (Results 1 – 3 of 3) sorted by relevance
46 #define MAX_NUMBER_OF_GL_EXTENSIONS 256 macro75 __eglMustCastToProperFunctionPointerType extensions[MAX_NUMBER_OF_GL_EXTENSIONS];
246 …onst __eglMustCastToProperFunctionPointerType gExtensionForwarders[MAX_NUMBER_OF_GL_EXTENSIONS] = {
279 …n const __eglMustCastToProperFunctionPointerType gExtensionForwarders[MAX_NUMBER_OF_GL_EXTENSIONS];1253 ALOGE_IF(slot >= MAX_NUMBER_OF_GL_EXTENSIONS, in eglGetProcAddressImpl()1260 if (!addr && (slot < MAX_NUMBER_OF_GL_EXTENSIONS)) { in eglGetProcAddressImpl()1282 } else if (slot < MAX_NUMBER_OF_GL_EXTENSIONS) { in eglGetProcAddressImpl()