Searched refs:getFormat (Results 151 - 175 of 298) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/angle/src/libEGL/
H A DSurface.h65 virtual EGLenum getFormat() const;
/external/chromium_org/third_party/skia/include/core/
H A DSkMaskFilter.h46 virtual SkMask::Format getFormat() const = 0;
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libbmp.cpp22 virtual Format getFormat() const SK_OVERRIDE {
H A DSkImageDecoder_wbmp.cpp20 virtual Format getFormat() const SK_OVERRIDE {
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLRSAPublicKey.java86 public String getFormat() { method in class:OpenSSLRSAPublicKey
H A DOpenSSLRSAPrivateKey.java107 if (rsaPrivateKey.getFormat() == null) {
189 public final String getFormat() { method in class:OpenSSLRSAPrivateKey
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DOutputFinisher.java468 BitSet compatRegs = expandedOp.getFormat().compatibleRegs(insn);
506 if (guess.getFormat().isCompatible(insn)) {
612 currentOpcode.getFormat().compatibleRegs(insn);
692 if (opcode.getFormat().branchFits(target)) {
/external/skia/include/core/
H A DSkMaskFilter.h46 virtual SkMask::Format getFormat() const = 0;
/external/skia/src/images/
H A DSkImageDecoder_libbmp.cpp22 virtual Format getFormat() const SK_OVERRIDE {
H A DSkImageDecoder_wbmp.cpp20 virtual Format getFormat() const SK_OVERRIDE {
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
H A DKeyStore_Impl1Test.java493 !key.getFormat().equals(key1.getFormat())) {
510 !key.getFormat().equals(key1.getFormat())) {
609 !secKey.getFormat().equals(key1.getFormat())) {
792 !key.getFormat().equals(key1.getFormat())) {
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DDecodedInstruction.java72 InstructionCodec format = OpcodeInfo.getFormat(opcode);
119 public final InstructionCodec getFormat() { method in class:DecodedInstruction
/external/deqp/modules/gles31/functional/
H A Des31fTextureFormatTests.cpp143 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat());
182 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat());
186 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat());
320 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat());
323 renderParams.samplerType = getFetchSamplerType(m_texture->getRefTexture().getFormat());
/external/deqp/framework/common/
H A DtcuTexture.hpp251 const TextureFormat& getFormat (void) const { return m_format; } function in class:tcu::ConstPixelBufferAccess
339 const TextureFormat getFormat (void) const { return m_format; } function in class:tcu::TextureLevel
532 const TextureFormat& getFormat (void) const { return m_format; } function in class:tcu::TextureLevelPyramid
574 using TextureLevelPyramid::getFormat;
624 using TextureLevelPyramid::getFormat;
705 const TextureFormat& getFormat (void) const { return m_format; } function in class:tcu::TextureCube
827 using TextureLevelPyramid::getFormat;
884 using TextureLevelPyramid::getFormat;
988 using TextureLevelPyramid::getFormat;
1060 using TextureLevelPyramid::getFormat;
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fTextureSwizzleTests.cpp129 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat());
154 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat());
156 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat());
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DAsYouTypeFormatter.java185 if (isFormatEligible(format.getFormat())) {
232 String tempTemplate = getFormattingTemplate(numberPattern, format.getFormat());
432 String formattedNumber = m.replaceAll(numberFormat.getFormat());
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
H A DSecretKeySpecTest.java171 * getFormat() method testing. Tests that returned value is "RAW".
179 ks.getFormat() == "RAW");
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DPKIXCertPathBuilderResultTest.java56 public String getFormat() {
H A DPKIXCertPathValidatorResultTest.java47 public String getFormat() {
/external/apache-harmony/security/src/test/impl/java.injected/java/security/
H A DSignature_Impl2Test.java212 public String getFormat() { method in class:Signature_Impl2Test.MyKey
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/
H A DBCDSAPrivateKey.java81 public String getFormat() method in class:BCDSAPrivateKey
H A DBCDSAPublicKey.java94 public String getFormat() method in class:BCDSAPublicKey
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
H A DBCRSAPublicKey.java100 public String getFormat() method in class:BCRSAPublicKey
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DJCEDHPrivateKey.java112 public String getFormat() method in class:JCEDHPrivateKey
H A DJCEDHPublicKey.java113 public String getFormat() method in class:JCEDHPublicKey

Completed in 721 milliseconds

1234567891011>>