Home
last modified time | relevance | path

Searched defs:colorBits (Results 1 – 14 of 14) sorted by relevance

/external/deqp/framework/egl/
DegluConfigFilter.hpp63 …tcu::RGBA colorBits (void) const { return tcu::RGBA(redSize(), greenSize(), blueSize(), alphaSi… in colorBits() function in eglu::CandidateConfig
/external/deqp/modules/egl/
DteglSimpleConfigCase.cpp119 static bool colorBits (const eglu::CandidateConfig& c) in colorBits() function
DteglRenderCase.cpp372 static bool colorBits (const eglu::CandidateConfig& c) in colorBits() function
DteglRenderTests.cpp332 tcu::TextureFormat getColorFormat (const tcu::PixelFormat& colorBits) in getColorFormat()
382 …lBufferAccess& dst, const vector<DrawPrimitiveOp>& drawOps, const tcu::PixelFormat& colorBits, con… in renderReference()
DteglCreateContextExtTests.cpp1010 static bool colorBits (const eglu::CandidateConfig& c) in colorBits() function
/external/deqp/modules/gles3/functional/
Des3fTextureFilteringTests.cpp300 …const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0… in iterate() local
613 …const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0… in iterate() local
879 …const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0… in iterate() local
1121 …const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0… in iterate() local
Des3fTextureWrapTests.cpp335 …const tcu::IVec4 colorBits = tcu::max(getBitsVec(pixelFormat) - (isNearestOnly && !isSRGB ? 1 … in iterate() local
/external/deqp/modules/gles2/functional/
Des2fTextureFilteringTests.cpp300 …const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0… in iterate() local
586 …const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0… in iterate() local
/external/mesa3d/src/mesa/swrast/
Ds_renderbuffer.c444 GLuint colorBits, GLuint numBuffers) in add_aux_renderbuffers()
/external/deqp/modules/gles31/functional/
Des31fTextureFilteringTests.cpp377 …const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0… in iterate() local
Des31fTextureBorderClampTests.cpp932 …const tcu::IVec4 colorBits = tcu::max(gls::TextureTestUtil::getBitsVec(pixelFormat) - tcu::IV… in verifyImage() local
2211 …const tcu::IVec4 colorBits = tcu::max(gls::TextureTestUtil::getBitsVec(pixelFormat) - tcu::IV… in verifyImage() local
Des31fTextureGatherTests.cpp1480 …const IVec4 colorBits = tcu::max(gls::TextureTestUtil::getBitsVec(pixelFormat) - 1, tcu::IVe… in verify() local
/external/skia/src/utils/
DSkTextureCompressor_ASTC.cpp1187 const int colorBits = fColorEndBit - fColorStartBit; in getColorValueEncoding() local
1960 int colorBits, colorTrits, colorQuints; in decompress_astc_block() local
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp290 ReferenceContextBuffers::ReferenceContextBuffers (const tcu::PixelFormat& colorBits, int depthBits,… in ReferenceContextBuffers()