HomeSort by relevance Sort by last modified time
    Searched refs:pExtension (Results 1 - 5 of 5) sorted by null

  /external/icu4c/common/
uloc_tag.c     [all...]
  /external/chromium/third_party/icu/source/common/
uloc_tag.c     [all...]
  /frameworks/base/opengl/tools/glgen/stubs/jsr239/
GLCHeader.cpp 223 // 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) {
230 char b = *pExtension++;
255 checkForExtension(const GLubyte* pExtensions, const GLubyte* pExtension) {
257 if (extensionEqual(pExtensions, pExtension)) {
  /development/tools/etc1tool/
etc1tool.cpp 66 int changeExtension(char* pPath, size_t pathCapacity, const char* pExtension) {
68 size_t extensionLen = strlen(pExtension);
87 strcpy(pPath + pathLen, pExtension);
90 strcpy(pPath + index, pExtension);
96 strcpy(pPath + pathLen, pExtension);
  /frameworks/base/core/jni/
com_google_android_gles_jni_GLImpl.cpp 224 // 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) {
231 char b = *pExtension++;
256 checkForExtension(const GLubyte* pExtensions, const GLubyte* pExtension) {
258 if (extensionEqual(pExtensions, pExtension)) {
    [all...]

Completed in 1391 milliseconds