Searched refs:getFormat (Results 126 - 150 of 298) sorted by relevance

1234567891011>>

/external/deqp/framework/common/
H A DtcuBilinearImageCompare.cpp185 DE_ASSERT(reference.getFormat() == TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8) &&
186 result.getFormat() == TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8));
216 reference.getFormat() == result.getFormat());
221 if (reference.getFormat() == TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8))
H A DtcuTextureUtil.cpp119 return ConstPixelBufferAccess(access.getFormat(), width, height, depth, access.getRowPitch(), access.getSlicePitch(),
120 (const deUint8*)access.getDataPtr() + access.getFormat().getPixelSize()*x + access.getRowPitch()*y + access.getSlicePitch()*z);
139 return PixelBufferAccess(access.getFormat(), width, height, depth, access.getRowPitch(), access.getSlicePitch(),
140 (deUint8*)access.getDataPtr() + access.getFormat().getPixelSize()*x + access.getRowPitch()*y + access.getSlicePitch()*z);
181 return PixelBufferAccess(access.getFormat(), access.getWidth(), access.getHeight(), access.getDepth(),
195 return ConstPixelBufferAccess(access.getFormat(), access.getWidth(), access.getHeight(), access.getDepth(),
474 int pixelSize = access.getFormat().getPixelSize();
485 PixelBufferAccess(access.getFormat(), 1, 1, 1, 0, 0, &pixel.u8[0]).setPixel(color, 0, 0);
502 int pixelSize = access.getFormat().getPixelSize();
513 PixelBufferAccess(access.getFormat(),
[all...]
H A DtcuFuzzyImageCompare.cpp162 TextureLevel tmp (dst.getFormat(), dst.getHeight(), dst.getWidth());
275 if (!isFormatSupported(ref.getFormat()) || !isFormatSupported(cmp.getFormat()))
291 switch (ref.getFormat().order)
299 switch (cmp.getFormat().order)
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLDSAPrivateKey.java70 if (dsaPrivateKey.getFormat() == null) {
103 public String getFormat() { method in class:OpenSSLDSAPrivateKey
H A DOpenSSLECPrivateKey.java87 if (ecPrivateKey.getFormat() == null) {
105 public String getFormat() { method in class:OpenSSLECPrivateKey
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DX509CertSelectorTest.java131 assertEquals("X.509", key.getFormat());
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
H A DBCPBEKey.java53 public String getFormat() method in class:BCPBEKey
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_pkm.cpp21 virtual Format getFormat() const SK_OVERRIDE {
H A DSkImageDecoder.cpp65 SkImageDecoder::Format SkImageDecoder::getFormat() const { function in class:SkImageDecoder
70 return GetFormatName(this->getFormat());
301 *format = codec->getFormat();
/external/chromium_org/third_party/skia/src/ports/
H A DSkImageDecoder_empty.cpp55 SkImageDecoder::Format SkImageDecoder::getFormat() const { function in class:SkImageDecoder
/external/deqp/modules/glshared/
H A DglsFragmentOpUtil.cpp279 return tcu::PixelBufferAccess(original.getFormat(),
283 original.getFormat().getPixelSize(),
290 return tcu::ConstPixelBufferAccess(original.getFormat(),
294 original.getFormat().getPixelSize(),
/external/skia/src/images/
H A DSkImageDecoder_pkm.cpp21 virtual Format getFormat() const SK_OVERRIDE {
H A DSkImageDecoder.cpp65 SkImageDecoder::Format SkImageDecoder::getFormat() const { function in class:SkImageDecoder
70 return GetFormatName(this->getFormat());
301 *format = codec->getFormat();
/external/skia/src/ports/
H A DSkImageDecoder_empty.cpp55 SkImageDecoder::Format SkImageDecoder::getFormat() const { function in class:SkImageDecoder
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
H A DBuilderInstruction35c.java81 @Override public Format getFormat() { return FORMAT; } method in class:BuilderInstruction35c
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
H A DImmutableInstruction35c.java97 @Override public Format getFormat() { return FORMAT; } method in class:ImmutableInstruction35c
H A DImmutableInstruction35mi.java93 @Override public Format getFormat() { return FORMAT; } method in class:ImmutableInstruction35mi
H A DImmutableInstruction35ms.java93 @Override public Format getFormat() { return FORMAT; } method in class:ImmutableInstruction35ms
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
H A DFlatManifestWriterImpl.java196 if (getFormat(ase).equals("mp4a")) {
198 } else if (getFormat(ase).equals("ec-3")) {
200 } else if (getFormat(ase).startsWith("dts")) {
203 throw new InternalError("I don't know what to do with audio of type " + getFormat(ase));
417 l.fourCC = getFormat(ase);
565 if ("avc1".equals(getFormat(vse))) {
575 throw new InternalError("I don't know how to handle video of type " + getFormat(vse));
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp1028 RC_IF_ERROR(storageFmt != dst.getFormat() ||
1064 RC_IF_ERROR(storageFmt != dst.getFormat() ||
1107 RC_IF_ERROR(storageFmt != dst.getFormat() ||
1146 RC_IF_ERROR(storageFmt != dst.getFormat() ||
1186 RC_IF_ERROR(storageFmt != dst.getFormat() ||
1227 RC_IF_ERROR(storageFmt != dst.getFormat() ||
1293 if (dst.getFormat().order == tcu::TextureFormat::D || dst.getFormat().order == tcu::TextureFormat::DS)
1312 if (dst.getFormat().order == tcu::TextureFormat::D || dst.getFormat()
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fReadPixelsTests.cpp115 if (reference.getFormat().type == tcu::TextureFormat::SIGNED_INT32)
117 else if (reference.getFormat().type == tcu::TextureFormat::UNSIGNED_INT32)
126 if (reference.getFormat().type == tcu::TextureFormat::UNSIGNED_INT32)
128 else if (reference.getFormat().type == tcu::TextureFormat::SIGNED_INT32)
183 if (reference.getFormat().type == tcu::TextureFormat::SIGNED_INT32)
185 else if (reference.getFormat().type == tcu::TextureFormat::UNSIGNED_INT32)
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DKSPrivateKeyEntryTest.java194 public String getFormat() { method in class:KSPrivateKeyEntryTest.tmpPrivateKey
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
H A DBCRSAPrivateKey.java73 public String getFormat() method in class:BCRSAPrivateKey
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DJCERSAPrivateKey.java73 public String getFormat() method in class:JCERSAPrivateKey
H A DJCERSAPublicKey.java87 public String getFormat() method in class:JCERSAPublicKey

Completed in 2451 milliseconds

1234567891011>>