Searched refs:getFormat (Results 201 - 225 of 301) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_ktx.cpp39 virtual Format getFormat() const SK_OVERRIDE {
/external/deqp/framework/common/
H A DtcuImageIO.cpp183 int pngFormat = textureFormatToPNGFormat(src.getFormat());
H A DtcuTexCompareVerifier.cpp525 const bool isFixedPointDepth = isFixedPointDepthTextureFormat(level.getFormat());
560 const bool isFixedPointDepth = isFixedPointDepthTextureFormat(level.getFormat());
629 const bool isFixedPointDepth = isFixedPointDepthTextureFormat(level0.getFormat());
683 const bool isFixedPointDepth = isFixedPointDepthTextureFormat(level0.getFormat());
862 const bool isFixedPointDepth = isFixedPointDepthTextureFormat(texture.getLevelFace(baseLevelNdx, CUBEFACE_NEGATIVE_X).getFormat());
989 const bool isFixedPointDepth = isFixedPointDepthTextureFormat(texture.getLevelFace(levelNdx, CUBEFACE_NEGATIVE_X).getFormat());
1220 const bool isFixedPointDepth = isFixedPointDepthTextureFormat(texture.getFormat());
1299 const bool isFixedPointDepth = isFixedPointDepthTextureFormat(texture.getLevelFace(0, coords.face).getFormat());
/external/deqp/modules/gles2/accuracy/
H A Des2aTextureFilteringTests.cpp144 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat());
201 const tcu::TextureFormat& texFmt = m_textures[0]->getRefTexture().getFormat();
405 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat());
526 const tcu::TextureFormat& texFmt = m_textures[0]->getRefTexture().getFormat();
/external/deqp/modules/gles2/functional/
H A Des2fTextureFormatTests.cpp146 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat());
153 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat());
322 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat());
324 renderParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat());
H A Des2fTextureFilteringTests.cpp175 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat());
265 const tcu::TextureFormat texFmt = m_textures[0]->getRefTexture().getFormat();
438 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat());
538 const tcu::TextureFormat& texFmt = curCase.texture->getRefTexture().getFormat();
H A Des2fTextureUnitTests.cpp683 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(is2d ? m_textures2d.back()->getFormat() : m_texturesCube.back()->getFormat());
864 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*width);
888 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*width);
/external/deqp/modules/gles3/accuracy/
H A Des3aTextureFilteringTests.cpp135 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat());
192 const tcu::TextureFormat& texFmt = m_textures[0]->getRefTexture().getFormat();
392 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat());
540 const tcu::TextureFormat& texFmt = m_textures[0]->getRefTexture().getFormat();
/external/deqp/modules/internal/
H A DditImageCompareTests.cpp78 errorMask.setStorage(refImg.getFormat(), refImg.getWidth(), refImg.getHeight(), refImg.getDepth());
/external/llvm/tools/llvm-diff/
H A DDiffConsumer.cpp166 StringRef format = Log.getFormat();
/external/skia/include/core/
H A DSkImageDecoder.h47 virtual Format getFormat() const;
58 /** Return a readable string of the value returned by getFormat().
/external/skia/src/core/
H A DSkScalerContext.h95 SkMask::Format getFormat() const { function in struct:SkScalerContextRec
/external/skia/src/images/
H A DSkImageDecoder_ktx.cpp39 virtual Format getFormat() const SK_OVERRIDE {
/external/deqp/modules/gles31/functional/
H A Des31fStencilTexturingTests.cpp166 const int stencilBits = tcu::getTextureFormatBitDepth(dst.getFormat()).w();
170 DE_ASSERT(dst.getFormat().order == TextureFormat::S || dst.getFormat().order == TextureFormat::DS);
387 DE_ASSERT(access.getFormat() == TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8));
397 DE_ASSERT(stencilRef.getFormat().order == TextureFormat::S);
H A Des31fShaderImageLoadStoreTests.cpp567 const TextureFormat& getFormat (void) const { return m_format; } function in class:deqp::gles31::Functional::__anon20319::LayeredImage
723 const deUint32 internalFormat = glu::getInternalFormat(src.getFormat());
724 const glu::TransferFormat transferFormat = glu::getTransferFormat(src.getFormat());
730 const int pixelSize = src.getFormat().getPixelSize();
744 glLog.glBufferData(GL_TEXTURE_BUFFER, src.getFormat().getPixelSize() * imageSize.x(), src.getAccess().getDataPtr(), GL_STATIC_DRAW);
768 if (isFormatTypeUnsignedInteger(dst.getFormat().type))
778 else if (isFormatTypeSignedInteger(dst.getFormat().type))
1082 if (isFormatTypeInteger(m_reference.getFormat().type))
1691 const bool isIntegerFormat = isFormatTypeInteger(resultSlice.getFormat().type);
1784 const bool isIntegerFormat (isFormatTypeInteger(resultSlice.getFormat()
[all...]
H A Des31fTextureGatherTests.cpp344 if (isDepthFormat(dst.getFormat()))
349 else if (isUnormFormatType(dst.getFormat().type))
351 else if (isUIntFormatType(dst.getFormat().type))
353 else if (isSIntFormatType(dst.getFormat().type))
361 dst = tcu::Texture2D(src.getFormat(), src.getWidth(), src.getHeight());
373 dst = tcu::Texture2DArray(src.getFormat(), src.getWidth(), src.getHeight(), src.getNumLayers());
385 dst = tcu::TextureCube(src.getFormat(), src.getSize());
585 tcu::TextureLevel ideal (result.getFormat(), width, height);
/external/deqp/modules/gles3/functional/
H A Des3fTextureUnitTests.cpp1071 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*width);
1097 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*width);
1123 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*width);
1124 DE_ASSERT(access.getSlicePitch() == access.getFormat().getPixelSize()*width*height);
1149 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*width);
1150 DE_ASSERT(access.getSlicePitch() == access.getFormat().getPixelSize()*width*height);
H A Des3fBlendTests.cpp70 DE_ASSERT(sRGBAAccess.getFormat().order == TextureFormat::sRGBA);
74 TextureLevel linear (TextureFormat(TextureFormat::RGBA, sRGBAAccess.getFormat().type), width, height);
H A Des3fTextureWrapTests.cpp299 const tcu::TextureFormat texFormat = m_texture->getRefTexture().getFormat();
320 refParams.samplerType = getSamplerType(m_texture->getRefTexture().getFormat());
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DKeyStore2Test.java374 equality &= returnedKey.getFormat().equals(privateKey.getFormat());
/external/deqp/modules/glshared/
H A DglsRandomShaderCase.cpp491 if (rendered.getFormat().order != tcu::TextureFormat::RGBA || rendered.getFormat().type != tcu::TextureFormat::UNORM_INT8)
/external/chromium_org/third_party/angle/src/libEGL/
H A DSurface.cpp445 EGLenum Surface::getFormat() const function in class:egl::Surface
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dmsgfmt.h556 * which can be used with getFormat() and setFormat() to export formattable
577 virtual Format* getFormat(const UnicodeString& formatName, UErrorCode& status);
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLRSAPrivateCrtKey.java100 if (rsaPrivateKey.getFormat() == null) {
/external/icu/icu4c/source/i18n/unicode/
H A Dmsgfmt.h556 * which can be used with getFormat() and setFormat() to export formattable
577 virtual Format* getFormat(const UnicodeString& formatName, UErrorCode& status);

Completed in 585 milliseconds

1234567891011>>