OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_NUMBER_OF_GL_EXTENSIONS
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/opengl/libs/
hooks.h
46
#define
MAX_NUMBER_OF_GL_EXTENSIONS
256
71
__eglMustCastToProperFunctionPointerType extensions[
MAX_NUMBER_OF_GL_EXTENSIONS
];
/frameworks/native/opengl/libs/EGL/
getProcAddress.cpp
248
extern const __eglMustCastToProperFunctionPointerType gExtensionForwarders[
MAX_NUMBER_OF_GL_EXTENSIONS
] = {
eglApi.cpp
254
extern const __eglMustCastToProperFunctionPointerType gExtensionForwarders[
MAX_NUMBER_OF_GL_EXTENSIONS
];
[
all
...]
Completed in 63 milliseconds