Searched defs:pExtension (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp223 // Check if the extension at the head of pExtensions is pExtension. Note that pExtensions is
224 // terminated by either 0 or space, while pExtension is terminated by 0.
227 extensionEqual(const GLubyte* pExtensions, const GLubyte* pExtension) { argument
230 char b = *pExtension++;
255 checkForExtension(const GLubyte* pExtensions, const GLubyte* pExtension) { argument
257 if (extensionEqual(pExtensions, pExtension)) {
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp224 // Check if the extension at the head of pExtensions is pExtension. Note that pExtensions is
225 // terminated by either 0 or space, while pExtension is terminated by 0.
228 extensionEqual(const GLubyte* pExtensions, const GLubyte* pExtension) { argument
231 char b = *pExtension++;
256 checkForExtension(const GLubyte* pExtensions, const GLubyte* pExtension) { argument
258 if (extensionEqual(pExtensions, pExtension)) {

Completed in 25 milliseconds