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.h46 #define MAX_NUMBER_OF_GL_EXTENSIONS 256 macro
75 __eglMustCastToProperFunctionPointerType extensions[MAX_NUMBER_OF_GL_EXTENSIONS];
/frameworks/native/opengl/libs/EGL/
DgetProcAddress.cpp203 gExtensionForwarders[MAX_NUMBER_OF_GL_EXTENSIONS] = {GL_EXTENSION_LIST(GL_EXTENSION_ARRAY)};
Degl_platform_entries.cpp241 gExtensionForwarders[MAX_NUMBER_OF_GL_EXTENSIONS];
1202 if (slot < MAX_NUMBER_OF_GL_EXTENSIONS) { in eglGetProcAddressImpl()