Home
last modified time | relevance | path

Searched refs:hasExtension (Results 1 – 25 of 26) sorted by relevance

12

/external/skia/src/gpu/gl/
DGrGLCaps.cpp99 fRGBA8RenderbufferSupport = ctxInfo.hasExtension("GL_OES_rgb8_rgba8") || in init()
100 ctxInfo.hasExtension("GL_ARM_rgba8"); in init()
105 ctxInfo.hasExtension("GL_EXT_bgra"); in init()
107 if (ctxInfo.hasExtension("GL_APPLE_texture_format_BGRA8888")) { in init()
109 } else if (ctxInfo.hasExtension("GL_EXT_texture_format_BGRA8888")) { in init()
119 ctxInfo.hasExtension("GL_ARB_texture_swizzle"); in init()
130 fUnpackRowLengthSupport =ctxInfo.hasExtension("GL_EXT_unpack_subimage"); in init()
131 fUnpackFlipYSupport = ctxInfo.hasExtension("GL_CHROMIUM_flipy"); in init()
135 ctxInfo.hasExtension("GL_ANGLE_pack_reverse_row_order"); in init()
139 ctxInfo.hasExtension("GL_ANGLE_texture_usage"); in init()
[all …]
DSkGLContext.cpp31 bool SkGLContext::hasExtension(const char* extensionName) const { in hasExtension() function in SkGLContext
85 this->hasExtension("GL_OES_packed_depth_stencil"); in init()
88 this->hasExtension("GL_EXT_packed_depth_stencil") || in init()
89 this->hasExtension("GL_ARB_framebuffer_object"); in init()
DGrGLContextInfo.h69 bool hasExtension(const char* ext) const { in hasExtension() function
DGrGpuGL.h132 bool hasExtension(const char* ext) const { in hasExtension() function
133 return fGLContextInfo.hasExtension(ext); in hasExtension()
DGrGpuGL.cpp235 this->hasExtension("GL_EXT_stencil_wrap"); in initCaps()
246 caps->fBufferLockSupport = this->hasExtension("GL_OES_mapbuffer"); in initCaps()
251 this->hasExtension("GL_ARB_texture_non_power_of_two")) { in initCaps()
258 caps->fNPOTTextureTileSupport = this->hasExtension("GL_OES_texture_npot"); in initCaps()
271 this->hasExtension("GL_NV_path_rendering"); in initCaps()
277 this->hasExtension("GL_ARB_blend_func_extended"); in initCaps()
285 this->hasExtension("GL_OES_standard_derivatives"); in initCaps()
320 this->hasExtension("GL_ARB_framebuffer_object")) { in fillInConfigRenderableTable()
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DMimeTypeMapTest.java22 assertFalse(MimeTypeMap.getSingleton().hasExtension(VIDEO_EXTENSION)); in shouldResetStaticStateBetweenTests()
28 assertFalse(MimeTypeMap.getSingleton().hasExtension(VIDEO_EXTENSION)); in shouldResetStaticStateBetweenTests_anotherTime()
42 assertFalse(MimeTypeMap.getSingleton().hasExtension(VIDEO_EXTENSION)); in byDefaultThereShouldBeNoMapping()
43 assertFalse(MimeTypeMap.getSingleton().hasExtension(IMAGE_EXTENSION)); in byDefaultThereShouldBeNoMapping()
52 assertTrue(MimeTypeMap.getSingleton().hasExtension(VIDEO_EXTENSION)); in addingMappingShouldWorkCorrectly()
53 assertTrue(MimeTypeMap.getSingleton().hasExtension(IMAGE_EXTENSION)); in addingMappingShouldWorkCorrectly()
72 assertFalse(MimeTypeMap.getSingleton().hasExtension(VIDEO_EXTENSION)); in clearMappingsShouldRemoveAllMappings()
73 assertFalse(MimeTypeMap.getSingleton().hasExtension(IMAGE_EXTENSION)); in clearMappingsShouldRemoveAllMappings()
75 assertFalse(MimeTypeMap.getSingleton().hasExtension(IMAGE_MIMETYPE)); in clearMappingsShouldRemoveAllMappings()
84 assertFalse(MimeTypeMap.getSingleton().hasExtension("foo")); in unknownExtensionShouldProvideNothing()
/external/protobuf/java/src/test/java/com/google/protobuf/
DTestUtil.java1356 Assert.assertTrue(message.hasExtension(optionalInt32Extension )); in assertAllExtensionsSet()
1357 Assert.assertTrue(message.hasExtension(optionalInt64Extension )); in assertAllExtensionsSet()
1358 Assert.assertTrue(message.hasExtension(optionalUint32Extension )); in assertAllExtensionsSet()
1359 Assert.assertTrue(message.hasExtension(optionalUint64Extension )); in assertAllExtensionsSet()
1360 Assert.assertTrue(message.hasExtension(optionalSint32Extension )); in assertAllExtensionsSet()
1361 Assert.assertTrue(message.hasExtension(optionalSint64Extension )); in assertAllExtensionsSet()
1362 Assert.assertTrue(message.hasExtension(optionalFixed32Extension )); in assertAllExtensionsSet()
1363 Assert.assertTrue(message.hasExtension(optionalFixed64Extension )); in assertAllExtensionsSet()
1364 Assert.assertTrue(message.hasExtension(optionalSfixed32Extension)); in assertAllExtensionsSet()
1365 Assert.assertTrue(message.hasExtension(optionalSfixed64Extension)); in assertAllExtensionsSet()
[all …]
DDescriptorsTest.java354 descriptor.getOptions().hasExtension(UnittestCustomOptions.messageOpt1)); in testCustomOptions()
362 field.getOptions().hasExtension(UnittestCustomOptions.fieldOpt1)); in testCustomOptions()
370 enumType.getOptions().hasExtension(UnittestCustomOptions.enumOpt1)); in testCustomOptions()
378 service.getOptions().hasExtension(UnittestCustomOptions.serviceOpt1)); in testCustomOptions()
386 method.getOptions().hasExtension(UnittestCustomOptions.methodOpt1)); in testCustomOptions()
DGeneratedMessageTest.java461 .hasExtension(UnittestProto.optionalInt32Extension)); in testClearExtension()
481 assertTrue(merged.hasExtension(UnittestProto.optionalInt32Extension)); in testExtensionMergeFrom()
520 .hasExtension(UnittestLite.optionalInt32ExtensionLite)); in testClearLiteExtension()
541 assertTrue(merged.hasExtension(UnittestLite.optionalInt32ExtensionLite)); in testLiteExtensionMergeFrom()
572 TestAllExtensions.getDefaultInstance().hasExtension( in testMultipleFilesOption()
DTextFormatTest.java350 assertTrue(messageSet.hasExtension( in testParseMessageSet()
354 assertTrue(messageSet.hasExtension( in testParseMessageSet()
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
DPhonenumber.java75 private boolean hasExtension; field in Phonenumber.PhoneNumber
77 public boolean hasExtension() { return hasExtension; } in hasExtension() method in Phonenumber.PhoneNumber
83 hasExtension = true; in setExtension()
88 hasExtension = false; in clearExtension()
184 if (other.hasExtension()) { in mergeFrom()
247 if (hasExtension()) { in toString()
DPhoneNumberUtil.java842 if (number.hasExtension()) {
1802 if (number.hasExtension() && number.getExtension().length() > 0) {
2911 if (firstNumber.hasExtension() &&
2915 if (secondNumber.hasExtension() &&
2920 if (firstNumber.hasExtension() && secondNumber.hasExtension() &&
DPhoneNumberMatcher.java496 number.hasExtension() ? candidateGroups.length - 2 : candidateGroups.length - 1; in allNumberGroupsAreExactlyPresent()
/external/skia/include/gpu/gl/
DSkGLContext.h37 bool hasExtension(const char* extensionName) const;
/external/webkit/Source/WebCore/svg/
DSVGTests.h40 bool hasExtension(const String&) const;
DSVGTests.idl34 boolean hasExtension(in DOMString extension);
DSVGTests.cpp42 bool SVGTests::hasExtension(const String&) const in hasExtension() function in WebCore::SVGTests
/external/protobuf/java/src/main/java/com/google/protobuf/
DGeneratedMessageLite.java111 public final boolean hasExtension( in hasExtension() method in GeneratedMessageLite.ExtendableMessage
233 public final boolean hasExtension( in hasExtension() method in GeneratedMessageLite.ExtendableBuilder
235 return internalGetResult().hasExtension(extension); in hasExtension()
DGeneratedMessage.java333 public final boolean hasExtension( in hasExtension() method in GeneratedMessage.ExtendableMessage
575 public final boolean hasExtension( in hasExtension() method in GeneratedMessage.ExtendableBuilder
577 return internalGetResult().hasExtension(extension); in hasExtension()
/external/skia/legacy/include/utils/
DSkWGL.h68 bool hasExtension(HDC dc, const char* ext) const;
/external/skia/include/utils/
DSkWGL.h70 bool hasExtension(HDC dc, const char* ext) const;
/external/skia/src/utils/win/
DSkWGL_win.cpp14 bool SkWGLExtensions::hasExtension(HDC dc, const char* ext) const { in hasExtension() function in SkWGLExtensions
116 bool supportsCoverage = this->hasExtension(dc, in selectFormat()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowMimeTypeMap.java69 public boolean hasExtension(String extension) { in hasExtension() method in ShadowMimeTypeMap
/external/webkit/Source/WebCore/
DChangeLog-2005-12-1927363 (SVGTestsImpl::hasExtension):
DChangeLog-2006-12-3130931 (WebCore::SVGTests::hasExtension):

12