HomeSort by relevance Sort by last modified time
    Searched refs:hasExtension (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLCaps.cpp 137 ctxInfo.hasExtension("GL_OES_rgb8_rgba8") ||
138 ctxInfo.hasExtension("GL_ARM_rgba8");
143 ctxInfo.hasExtension("GL_ARB_texture_swizzle");
155 ctxInfo.hasExtension("GL_EXT_unpack_subimage");
156 fUnpackFlipYSupport = ctxInfo.hasExtension("GL_CHROMIUM_flipy");
158 ctxInfo.hasExtension("GL_NV_pack_subimage");
160 ctxInfo.hasExtension("GL_ANGLE_pack_reverse_row_order");
164 ctxInfo.hasExtension("GL_ANGLE_texture_usage");
169 ctxInfo.hasExtension("GL_ARB_texture_storage") ||
170 ctxInfo.hasExtension("GL_EXT_texture_storage")
    [all...]
GrGLContext.h 61 bool hasExtension(const char* ext) const {
65 return fInterface->hasExtension(ext);
SkGLContextHelper.cpp 83 this->hasExtension("GL_OES_packed_depth_stencil");
86 this->hasExtension("GL_EXT_packed_depth_stencil") ||
87 this->hasExtension("GL_ARB_framebuffer_object");
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTests.idl 37 boolean hasExtension(DOMString extension);
SVGTests.h 38 bool hasExtension(const String&);
  /external/skia/src/gpu/gl/
GrGLCaps.cpp 133 ctxInfo.hasExtension("GL_OES_rgb8_rgba8") ||
134 ctxInfo.hasExtension("GL_ARM_rgba8");
139 ctxInfo.hasExtension("GL_ARB_texture_swizzle");
151 ctxInfo.hasExtension("GL_EXT_unpack_subimage");
152 fUnpackFlipYSupport = ctxInfo.hasExtension("GL_CHROMIUM_flipy");
154 ctxInfo.hasExtension("GL_NV_pack_subimage");
156 ctxInfo.hasExtension("GL_ANGLE_pack_reverse_row_order");
160 ctxInfo.hasExtension("GL_ANGLE_texture_usage");
165 ctxInfo.hasExtension("GL_ARB_texture_storage") ||
166 ctxInfo.hasExtension("GL_EXT_texture_storage")
    [all...]
GrGLContext.h 61 bool hasExtension(const char* ext) const {
65 return fInterface->hasExtension(ext);
SkGLContextHelper.cpp 82 this->hasExtension("GL_OES_packed_depth_stencil");
85 this->hasExtension("GL_EXT_packed_depth_stencil") ||
86 this->hasExtension("GL_ARB_framebuffer_object");
  /cts/tests/tests/webkit/src/android/webkit/cts/
MimeTypeMapTest.java 68 assertTrue(mMimeTypeMap.hasExtension("mp3"));
69 assertTrue(mMimeTypeMap.hasExtension("zip"));
71 assertFalse(mMimeTypeMap.hasExtension("some_random_string"));
73 assertFalse(mMimeTypeMap.hasExtension(""));
74 assertFalse(mMimeTypeMap.hasExtension(null));
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
MimeTypeMapTest.java 22 assertFalse(MimeTypeMap.getSingleton().hasExtension(VIDEO_EXTENSION));
28 assertFalse(MimeTypeMap.getSingleton().hasExtension(VIDEO_EXTENSION));
42 assertFalse(MimeTypeMap.getSingleton().hasExtension(VIDEO_EXTENSION));
43 assertFalse(MimeTypeMap.getSingleton().hasExtension(IMAGE_EXTENSION));
52 assertTrue(MimeTypeMap.getSingleton().hasExtension(VIDEO_EXTENSION));
53 assertTrue(MimeTypeMap.getSingleton().hasExtension(IMAGE_EXTENSION));
72 assertFalse(MimeTypeMap.getSingleton().hasExtension(VIDEO_EXTENSION));
73 assertFalse(MimeTypeMap.getSingleton().hasExtension(IMAGE_EXTENSION));
75 assertFalse(MimeTypeMap.getSingleton().hasExtension(IMAGE_MIMETYPE));
84 assertFalse(MimeTypeMap.getSingleton().hasExtension("foo"))
    [all...]
  /frameworks/native/services/surfaceflinger/RenderEngine/
GLExtensions.cpp 55 if (hasExtension("GL_OES_framebuffer_object")) {
60 bool GLExtensions::hasExtension(char const* extension) const
GLExtensions.h 70 bool hasExtension(char const* extension) const;
  /external/proguard/src/proguard/
ClassPathEntry.java 115 return hasExtension(".jar");
124 return hasExtension(".war");
133 return hasExtension(".ear");
142 return hasExtension(".zip");
149 private boolean hasExtension(String extension)
  /external/chromium_org/third_party/skia/tests/
GLInterfaceValidationTest.cpp 26 !factory->getGLContext(GrContextFactory::kNative_GLContextType)->hasExtension("GL_NV_path_rendering")) {
  /external/skia/tests/
GLInterfaceValidationTest.cpp 26 !factory->getGLContext(GrContextFactory::kNative_GLContextType)->hasExtension("GL_NV_path_rendering")) {
  /external/chromium_org/third_party/skia/include/gpu/gl/
SkGLContextHelper.h 48 bool hasExtension(const char* extensionName) const {
50 return fGL->hasExtension(extensionName);
  /external/chromium_org/third_party/skia/tools/timer/
GpuTimer.cpp 18 fContext->hasExtension("GL_ARB_timer_query") ||
19 fContext->hasExtension("GL_EXT_timer_query");
  /external/skia/include/gpu/gl/
SkGLContextHelper.h 48 bool hasExtension(const char* extensionName) const {
50 return fGL->hasExtension(extensionName);
  /external/skia/tools/timer/
GpuTimer.cpp 18 fContext->hasExtension("GL_ARB_timer_query") ||
19 fContext->hasExtension("GL_EXT_timer_query");
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
Phonenumber.java 75 private boolean hasExtension;
77 public boolean hasExtension() { return hasExtension; }
83 hasExtension = true;
88 hasExtension = false;
201 if (other.hasExtension()) {
272 if (hasExtension()) {
  /external/protobuf/java/src/test/java/com/google/protobuf/
TestUtil.java     [all...]
  /frameworks/base/core/java/android/webkit/
MimeTypeMap.java 101 public boolean hasExtension(String extension) {
102 return MimeUtils.hasExtension(extension);
  /external/chromium_org/third_party/skia/src/utils/win/
SkWGL_win.cpp 15 bool SkWGLExtensions::hasExtension(HDC dc, const char* ext) const {
303 extensions.hasExtension(dc, "WGL_ARB_multisample")) {
334 if (!extensions.hasExtension(dc, "WGL_EXT_create_context_es2_profile")) {
351 extensions.hasExtension(dc, "WGL_ARB_create_context")) {
385 if (extensions.hasExtension(dc, "WGL_EXT_swap_control")) {
393 if (!extensions.hasExtension(dc, "WGL_ARB_pixel_format")) {
418 if (!extensions.hasExtension(parentDC, "WGL_ARB_pixel_format") ||
419 !extensions.hasExtension(parentDC, "WGL_ARB_pbuffer")) {
447 SkASSERT(fExtensions.hasExtension(fDC, "WGL_ARB_pbuffer"));
  /cts/tests/tests/graphics/src/android/opengl/cts/
OpenGlEsVersionTest.java 101 hasExtension(extensions, requiredList[i]));
128 if (!hasExtension(extensions, "ANDROID_extension_pack_es31a")) {
138 private static boolean hasExtension(String extensions, String name) {
139 return OpenGlEsVersionCtsActivity.hasExtension(extensions, name);
158 boolean checkES3 = hasExtension(egl.eglQueryString(display, EGL10.EGL_EXTENSIONS),
  /external/jarjar/src/main/com/tonicsystems/jarjar/util/
ClassPathIterator.java 34 return hasExtension(file.getName(), ".jar");
118 if (hasExtension(file.getName(), ".jar")) {
122 } else if (hasExtension(file.getName(), ".zip")) {
225 return hasExtension(name, ".class");
228 private static boolean hasExtension(String name, String ext) {

Completed in 2150 milliseconds

1 2 3 4