Searched defs:hasExtension (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DMimeTypeMap.java102 public boolean hasExtension(String extension) { method in class:MimeTypeMap
103 return MimeUtils.hasExtension(extension);
/frameworks/base/libs/hwui/
H A DExtensions.h67 mHasNPot = hasExtension("GL_OES_texture_npot");
68 mHasFramebufferFetch = hasExtension("GL_NV_shader_framebuffer_fetch");
84 bool hasExtension(const char* extension) const { function in class:android::uirenderer::Extensions
/frameworks/base/services/surfaceflinger/
H A DGLExtensions.cpp75 if (hasExtension("GL_OES_EGL_image") &&
76 (hasExtension("EGL_KHR_image_base") || hasExtension("EGL_KHR_image")) &&
77 hasExtension("EGL_ANDROID_image_native_buffer"))
85 if (hasExtension("GL_ARB_texture_non_power_of_two")) {
89 if (hasExtension("GL_OES_EGL_image_external")) {
96 if (hasExtension("GL_OES_framebuffer_object")) {
101 bool GLExtensions::hasExtension(char const* extension) const function in class:android::GLExtensions

Completed in 571 milliseconds