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.cpp208 // Check if the extension at the head of pExtensions is pExtension. Note that pExtensions is
209 // terminated by either 0 or space, while pExtension is terminated by 0.
212 extensionEqual(const GLubyte* pExtensions, const GLubyte* pExtension) { argument
215 char b = *pExtension++;
240 checkForExtension(const GLubyte* pExtensions, const GLubyte* pExtension) { argument
242 if (extensionEqual(pExtensions, pExtension)) {
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp207 // Check if the extension at the head of pExtensions is pExtension. Note that pExtensions is
208 // terminated by either 0 or space, while pExtension is terminated by 0.
211 extensionEqual(const GLubyte* pExtensions, const GLubyte* pExtension) { argument
214 char b = *pExtension++;
239 checkForExtension(const GLubyte* pExtensions, const GLubyte* pExtension) { argument
241 if (extensionEqual(pExtensions, pExtension)) {

Completed in 85 milliseconds