Home
last modified time | relevance | path

Searched refs:extString (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/gl/unix/
DGrGLCreateNativeInterface_unix.cpp26 const char* extString = (const char*) glGetString(GL_EXTENSIONS); in GrGLCreateNativeInterface() local
46 GrGLHasExtensionFromString("GL_ARB_imaging", extString) || in GrGLCreateNativeInterface()
47 GrGLHasExtensionFromString("GL_EXT_blend_color", extString)) { in GrGLCreateNativeInterface()
87 GrGLHasExtensionFromString("GL_ARB_timer_query", extString)) { in GrGLCreateNativeInterface()
91 } else if (GrGLHasExtensionFromString("GL_EXT_timer_query", extString)) { in GrGLCreateNativeInterface()
112 extString)) { in GrGLCreateNativeInterface()
127 GrGLHasExtensionFromString("GL_ARB_texture_storage", extString)) { in GrGLCreateNativeInterface()
129 } else if (GrGLHasExtensionFromString("GL_EXT_texture_storage", extString)) { in GrGLCreateNativeInterface()
163 extString)) { in GrGLCreateNativeInterface()
179 extString)) { in GrGLCreateNativeInterface()
[all …]
/external/skia/src/gpu/gl/win/
DGrGLCreateNativeInterface_win.cpp32 const char* extString = (const char*) glGetString(GL_EXTENSIONS); in GrGLCreateNativeInterface() local
47 GrGLHasExtensionFromString("GL_ARB_imaging", extString) || in GrGLCreateNativeInterface()
48 GrGLHasExtensionFromString("GL_EXT_blend_color", extString)) { in GrGLCreateNativeInterface()
87 GrGLHasExtensionFromString("GL_ARB_texture_storage", extString)) { in GrGLCreateNativeInterface()
89 } else if (GrGLHasExtensionFromString("GL_EXT_texture_storage", extString)) { in GrGLCreateNativeInterface()
122 GrGLHasExtensionFromString("GL_ARB_timer_query", extString)) { in GrGLCreateNativeInterface()
126 } else if (GrGLHasExtensionFromString("GL_EXT_timer_query", extString)) { in GrGLCreateNativeInterface()
136 if (GrGLHasExtensionFromString("GL_NV_framebuffer_multisample_coverage", extString)) { in GrGLCreateNativeInterface()
170 GrGLHasExtensionFromString("GL_ARB_framebuffer_object", extString)) { in GrGLCreateNativeInterface()
186 extString)) { in GrGLCreateNativeInterface()
[all …]
/external/skia/src/gpu/gl/mesa/
DGrGLCreateMesaInterface.cpp28 const char* extString = (const char*) getString(GL_EXTENSIONS); in GrGLCreateMesaInterface() local
47 GrGLHasExtensionFromString("GL_ARB_imaging", extString) || in GrGLCreateMesaInterface()
48 GrGLHasExtensionFromString("GL_EXT_blend_color", extString)) { in GrGLCreateMesaInterface()
89 GrGLHasExtensionFromString("GL_ARB_timer_query", extString)) { in GrGLCreateMesaInterface()
93 } else if (GrGLHasExtensionFromString("GL_EXT_timer_query", extString)) { in GrGLCreateMesaInterface()
157 extString)) { in GrGLCreateMesaInterface()
173 extString)) { in GrGLCreateMesaInterface()
187 extString)) { in GrGLCreateMesaInterface()
191 extString)) { in GrGLCreateMesaInterface()
/external/webkit/Source/WebKit/android/jni/
DMIMETypeRegistryAndroid.cpp53 jstring extString = wtfStringToJstring(env, ext); in getMIMETypeForExtension() local
55 mimeTypeFromExtension, extString); in getMIMETypeForExtension()
58 env->DeleteLocalRef(extString); in getMIMETypeForExtension()