HomeSort by relevance Sort by last modified time
    Searched refs:TextureChannelClass (Results 1 - 15 of 15) sorted by null

  /external/deqp/framework/common/
tcuTextureUtil.hpp 49 enum TextureChannelClass
60 TextureChannelClass getTextureChannelClass (TextureFormat::ChannelType channelType);
tcuTextureUtil.cpp 74 TextureChannelClass getTextureChannelClass (TextureFormat::ChannelType channelType)
798 TextureChannelClass srcClass = getTextureChannelClass(src.getFormat().type);
799 TextureChannelClass dstClass = getTextureChannelClass(dst.getFormat().type);
    [all...]
tcuTexLookupVerifier.cpp 650 const TextureChannelClass texClass = getTextureChannelClass(level.getFormat().type);
709 const TextureChannelClass texClass = getTextureChannelClass(level.getFormat().type);
    [all...]
tcuTexCompareVerifier.cpp 142 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(format.type);
    [all...]
tcuTexture.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fFramebufferBlitTests.cpp 761 const tcu::TextureChannelClass targetClass = (m_blitDir == BLIT_DEFAULT_TO_TARGET) ? (tcu::getTextureChannelClass(colorFormat.type)) : (tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT);
    [all...]
es3fPixelBufferObjectTests.cpp 97 tcu::TextureChannelClass m_texChannelClass;
es3fFboColorbufferTests.cpp 119 tcu::TextureChannelClass fmtClass = tcu::getTextureChannelClass(fboFormat.type);
936 tcu::TextureChannelClass fmtClass = tcu::getTextureChannelClass(texFmt.type);
es3fFragmentOutputTests.cpp 511 const tcu::TextureChannelClass chnClass = tcu::getTextureChannelClass(texFmt.type);
813 tcu::TextureChannelClass texClass = tcu::getTextureChannelClass(format.type);
    [all...]
es3fFboTestUtil.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fFboTestUtil.cpp 416 const tcu::TextureChannelClass fmtClass = tcu::getTextureChannelClass(format.type);
es31fTextureLevelStateQueryTests.cpp     [all...]
  /external/deqp/framework/referencerenderer/
rrRenderer.cpp     [all...]
rrFragmentOperations.cpp     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]

Completed in 197 milliseconds