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

/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_legacy_PerfMeasurement.cpp39 // Check if the extension at the head of pExtensions is pExtension. Note that pExtensions is
40 // terminated by either 0 or space, while pExtension is terminated by 0.
43 extensionEqual(const GLubyte* pExtensions, const GLubyte* pExtension) { argument
46 char b = *pExtension++;
71 checkForExtension(const GLubyte* pExtensions, const GLubyte* pExtension) { argument
73 if (extensionEqual(pExtensions, pExtension)) {
H A Dcom_google_android_gles_jni_GLImpl.cpp202 // Check if the extension at the head of pExtensions is pExtension. Note that pExtensions is
203 // terminated by either 0 or space, while pExtension is terminated by 0.
206 extensionEqual(const GLubyte* pExtensions, const GLubyte* pExtension) { argument
209 char b = *pExtension++;
234 checkForExtension(const GLubyte* pExtensions, const GLubyte* pExtension) { argument
236 if (extensionEqual(pExtensions, pExtension)) {
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp201 // Check if the extension at the head of pExtensions is pExtension. Note that pExtensions is
202 // terminated by either 0 or space, while pExtension is terminated by 0.
205 extensionEqual(const GLubyte* pExtensions, const GLubyte* pExtension) { argument
208 char b = *pExtension++;
233 checkForExtension(const GLubyte* pExtensions, const GLubyte* pExtension) { argument
235 if (extensionEqual(pExtensions, pExtension)) {

Completed in 88 milliseconds