OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkForExtension
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
GLCHeader.cpp
233
checkForExtension
(const GLubyte* pExtensions, const GLubyte* pExtension) {
248
checkForExtension
(sExtensions, (const GLubyte*) "GL_OES_blend_equation_separate"));
250
checkForExtension
(sExtensions, (const GLubyte*) "GL_OES_blend_subtract"));
252
checkForExtension
(sExtensions, (const GLubyte*) "GL_OES_framebuffer_object"));
254
checkForExtension
(sExtensions, (const GLubyte*) "GL_OES_texture_cube_map"));
/frameworks/base/core/jni/
com_google_android_gles_jni_GLImpl.cpp
234
checkForExtension
(const GLubyte* pExtensions, const GLubyte* pExtension) {
249
checkForExtension
(sExtensions, (const GLubyte*) "GL_OES_blend_equation_separate"));
251
checkForExtension
(sExtensions, (const GLubyte*) "GL_OES_blend_subtract"));
253
checkForExtension
(sExtensions, (const GLubyte*) "GL_OES_framebuffer_object"));
255
checkForExtension
(sExtensions, (const GLubyte*) "GL_OES_texture_cube_map"));
[
all
...]
Completed in 97 milliseconds