Searched refs:nextExtension (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp221 nextExtension(const GLubyte* pExtensions) { function
234 for (;*pExtensions != '\0'; pExtensions = nextExtension(pExtensions)) {
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp222 nextExtension(const GLubyte* pExtensions) { function
235 for (;*pExtensions != '\0'; pExtensions = nextExtension(pExtensions)) {

Completed in 2263 milliseconds