Searched refs:getFormat (Results 176 - 200 of 298) sorted by relevance

1234567891011>>

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DJDKDSAPrivateKey.java83 public String getFormat() method in class:JDKDSAPrivateKey
H A DJDKDSAPublicKey.java95 public String getFormat() method in class:JDKDSAPublicKey
H A DJCERSAPrivateCrtKey.java117 public String getFormat() method in class:JCERSAPrivateCrtKey
/external/chromium_org/third_party/skia/src/effects/
H A DSkEmbossMaskFilter.cpp73 SkMask::Format SkEmbossMaskFilter::getFormat() const { function in class:SkEmbossMaskFilter
H A DSkTableMaskFilter.cpp69 SkMask::Format SkTableMaskFilter::getFormat() const { function in class:SkTableMaskFilter
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLDHPrivateKey.java104 public String getFormat() { method in class:OpenSSLDHPrivateKey
H A DOpenSSLDHPublicKey.java109 public String getFormat() { method in class:OpenSSLDHPublicKey
H A DOpenSSLDSAPublicKey.java100 public String getFormat() { method in class:OpenSSLDSAPublicKey
H A DOpenSSLECPublicKey.java82 public String getFormat() { method in class:OpenSSLECPublicKey
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DSwitchData.java104 int defaultTarget = Dops.PACKED_SWITCH.getFormat().codeSize();
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
H A DAbstractManifestWriter.java118 protected String getFormat(SampleEntry se) { method in class:AbstractManifestWriter
/external/skia/src/effects/
H A DSkEmbossMaskFilter.cpp73 SkMask::Format SkEmbossMaskFilter::getFormat() const { function in class:SkEmbossMaskFilter
H A DSkTableMaskFilter.cpp69 SkMask::Format SkTableMaskFilter::getFormat() const { function in class:SkTableMaskFilter
/external/deqp/framework/referencerenderer/
H A DrrFragmentOperations.cpp198 DE_ASSERT(sizeof(buffer) >= (size_t)depthBuffer.getFormat().getPixelSize()); \
200 tcu::PixelBufferAccess access(depthBuffer.getFormat(), 1, 1, 1, &buffer); \
211 if (depthBuffer.getFormat().type == tcu::TextureFormat::FLOAT || depthBuffer.getFormat().type == tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV)
759 tcu::TextureChannelClass colorbufferClass = tcu::getTextureChannelClass(msColorBuffer.raw().getFormat().type);
772 bool sRGBTarget = state.sRGBEnabled && (colorBuffer.getFormat().order == tcu::TextureFormat::sRGBA ||
773 colorBuffer.getFormat().order == tcu::TextureFormat::sRGB);
909 if (colorBuffer.getFormat() == tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8))
/external/deqp/modules/gles3/functional/
H A Des3fTextureFormatTests.cpp163 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat());
170 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat());
353 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat());
355 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat());
486 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat());
515 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat());
517 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat());
638 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat());
667 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat());
670 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat());
[all...]
/external/skia/src/images/
H A DSkImageDecoder_libico.cpp18 virtual Format getFormat() const SK_OVERRIDE {
168 if (otherDecoder->getFormat() == SkImageDecoder::kICO_Format) {
/external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DMac_ImplTest.java277 public String getFormat() { method in class:Mac_ImplTest.tmpKey
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DIdentity2Test.java73 public String getFormat() { method in class:Identity2Test.CertificateImpl
/external/apache-harmony/security/src/test/api/java.injected/java/security/
H A DSignatureTest.java274 public String getFormat() { method in class:SignatureTest.MyKey
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/
H A DBCDHPrivateKey.java112 public String getFormat() method in class:BCDHPrivateKey
H A DBCDHPublicKey.java114 public String getFormat() method in class:BCDHPublicKey
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
H A DBCRSAPrivateCrtKey.java117 public String getFormat() method in class:BCRSAPrivateCrtKey
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dmsgfmt.h72 * {@link #getFormat(const UnicodeString& formatName, UErrorCode& status)}
492 * which can be used with getFormat() and setFormat() to export formattable
513 virtual Format* getFormat(const UnicodeString& formatName, UErrorCode& status);
/external/chromium_org/third_party/skia/include/core/
H A DSkImageDecoder.h47 virtual Format getFormat() const;
58 /** Return a readable string of the value returned by getFormat().
/external/chromium_org/third_party/skia/src/core/
H A DSkScalerContext.h95 SkMask::Format getFormat() const { function in struct:SkScalerContextRec

Completed in 1404 milliseconds

1234567891011>>