Home
last modified time | relevance | path

Searched refs:MAX_NUMBER_OF_GL_EXTENSIONS (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/opengl/libs/
Dhooks.h45 #define MAX_NUMBER_OF_GL_EXTENSIONS 256 macro
70 __eglMustCastToProperFunctionPointerType extensions[MAX_NUMBER_OF_GL_EXTENSIONS];
/frameworks/native/opengl/libs/EGL/
DgetProcAddress.cpp147 …onst __eglMustCastToProperFunctionPointerType gExtensionForwarders[MAX_NUMBER_OF_GL_EXTENSIONS] = {
DeglApi.cpp188 …n const __eglMustCastToProperFunctionPointerType gExtensionForwarders[MAX_NUMBER_OF_GL_EXTENSIONS];
942 ALOGE_IF(slot >= MAX_NUMBER_OF_GL_EXTENSIONS, in eglGetProcAddress()
950 if (!addr && (slot < MAX_NUMBER_OF_GL_EXTENSIONS)) { in eglGetProcAddress()