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

/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_legacy_PerfMeasurement.cpp59 nextExtension(const GLubyte* pExtensions) { function
72 for (; *pExtensions != '\0'; pExtensions = nextExtension(pExtensions)) {
H A Dcom_google_android_gles_jni_GLImpl.cpp228 nextExtension(const GLubyte* pExtensions) { function
241 for (;*pExtensions != '\0'; pExtensions = nextExtension(pExtensions)) {
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp227 nextExtension(const GLubyte* pExtensions) { function
240 for (;*pExtensions != '\0'; pExtensions = nextExtension(pExtensions)) {

Completed in 218 milliseconds