Searched refs:getFormat (Results 251 - 275 of 298) sorted by relevance

<<1112

/external/deqp/modules/gles31/functional/
H A Des31fAdvancedBlendTests.cpp348 if (access.getFormat().order == TextureFormat::sRGBA)
H A Des31fTextureFilteringTests.cpp327 const tcu::TextureFormat texFmt = curCase.texture->getRefTexture().getFormat();
/external/skia/src/gpu/
H A DGrDistanceFieldTextContext.cpp89 return rec.getFormat() != SkMask::kARGB32_Format;
/external/skia/src/images/
H A DSkImageDecoder_libwebp.cpp107 virtual Format getFormat() const SK_OVERRIDE {
H A DSkImageDecoder_libjpeg.cpp232 virtual Format getFormat() const { function in class:SkJPEGImageDecoder
H A DSkImageDecoder_libpng.cpp81 virtual Format getFormat() const SK_OVERRIDE {
/external/skia/tools/
H A Dskimage_main.cpp632 SkImageDecoder::Format format = codec->getFormat();
/external/chromium_org/third_party/skia/src/effects/
H A DSkBlurMaskFilter.cpp40 virtual SkMask::Format getFormat() const SK_OVERRIDE;
139 SkMask::Format SkBlurMaskFilterImpl::getFormat() const { function in class:SkBlurMaskFilterImpl
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp312 tcu::TextureFormat getFormat (void) const { return m_data.getFormat(); } function in class:sglr::rc::Renderbuffer
/external/deqp/modules/gles2/functional/
H A Des2fVertexTextureTests.cpp489 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat());
795 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat());
/external/skia/src/effects/
H A DSkBlurMaskFilter.cpp40 virtual SkMask::Format getFormat() const SK_OVERRIDE;
139 SkMask::Format SkBlurMaskFilterImpl::getFormat() const { function in class:SkBlurMaskFilterImpl
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
H A DPhoneNumberUtilTest.java153 assertEquals("$1 $2 $3", metadata.getNumberFormat(1).getFormat());
176 assertEquals("$1 $2 $3", metadata.getNumberFormat(5).getFormat());
193 assertEquals("$2 15 $3-$4", metadata.getNumberFormat(2).getFormat());
198 assertEquals("$1 $2 $3 $4", metadata.getIntlNumberFormat(3).getFormat());
205 assertEquals("$1 $2", metadata.getNumberFormat(0).getFormat());
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DEncryptedPrivateKeyInfoTest.java1255 public String getFormat() {
1397 public String getFormat() {
/external/deqp/modules/gles3/functional/
H A Des3fFragmentOutputTests.cpp398 const bool isSRGB = dst.getFormat().order == tcu::TextureFormat::sRGB ||dst.getFormat().order == tcu::TextureFormat::sRGBA;
H A Des3fTextureShadowTests.cpp66 DE_ASSERT(isFloatingPointDepthFormat(access.getFormat()));
116 if (isFloatingPointDepthFormat(src.getFormat()))
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/bc/
H A DBcKeyStoreSpi.java399 dOut.writeUTF(key.getFormat());
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dmsfmrgts.cpp986 // Test getFormat
988 format->getFormat("",status);
989 failure(status, "getFormat");
/external/chromium_org/third_party/skia/src/core/
H A DSkBlitter.cpp868 origPaint.getMaskFilter()->getFormat() == SkMask::k3D_Format) {
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libjpeg.cpp232 virtual Format getFormat() const { function in class:SkJPEGImageDecoder
H A DSkImageDecoder_libpng.cpp81 virtual Format getFormat() const SK_OVERRIDE {
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotBase.py811 def getFormat(self): member in class:ValueRecord
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DotBase.py811 def getFormat(self): member in class:ValueRecord
/external/icu/icu4c/source/test/intltest/
H A Dmsfmrgts.cpp997 // Test getFormat
999 format->getFormat("some_other_name",status); // Must at least pass a valid identifier.
1000 failure(status, "getFormat");
/external/skia/src/core/
H A DSkBlitter.cpp868 origPaint.getMaskFilter()->getFormat() == SkMask::k3D_Format) {
/external/deqp/framework/referencerenderer/
H A DrrRenderer.cpp995 const tcu::TextureFormat format = depthAccess.raw().getFormat();
1588 const tcu::TextureChannelClass colorbufferClass = tcu::getTextureChannelClass(command.renderTarget.colorBuffers[varyingNdx].raw().getFormat().type);

Completed in 777 milliseconds

<<1112