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

  /external/deqp/framework/common/
tcuTextureUtil.hpp 60 TextureChannelClass getTextureChannelClass (TextureFormat::ChannelType channelType);
tcuImageCompare.cpp 453 if (tcu::getTextureChannelClass(reference.getFormat().type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT ||
454 tcu::getTextureChannelClass(result.getFormat().type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT)
540 if (tcu::getTextureChannelClass(reference.getFormat().type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT ||
541 tcu::getTextureChannelClass(result.getFormat().type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT)
624 if (tcu::getTextureChannelClass(result.getFormat().type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT)
709 if (tcu::getTextureChannelClass(reference.getFormat().type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT ||
710 tcu::getTextureChannelClass(result.getFormat().type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT)
    [all...]
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/framework/opengl/
gluTextureUtil.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fFboTestUtil.cpp 416 const tcu::TextureChannelClass fmtClass = tcu::getTextureChannelClass(format.type);
546 switch (tcu::getTextureChannelClass(format.type))
567 switch (tcu::getTextureChannelClass(format.type))
es31fTextureLevelStateQueryTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fFboTestUtil.cpp     [all...]
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 125 m_texChannelClass = tcu::getTextureChannelClass(glu::mapGLInternalFormat(spec.renderbufferFormat).type);
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...]
  /external/deqp/framework/referencerenderer/
rrRenderer.cpp     [all...]
rrFragmentOperations.cpp     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]

Completed in 343 milliseconds