HomeSort by relevance Sort by last modified time
    Searched defs:colorBits (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/
GrRenderTarget.cpp 67 size_t colorBits;
69 colorBits = 32; // don't know, make a guess
71 colorBits = GrBytesPerPixel(fDesc.fConfig);
75 size *= colorBits;
  /external/skia/src/gpu/
GrRenderTarget.cpp 67 size_t colorBits;
69 colorBits = 32; // don't know, make a guess
71 colorBits = GrBytesPerPixel(fDesc.fConfig);
75 size *= colorBits;
  /external/deqp/modules/gles3/functional/
es3fTextureWrapTests.cpp 334 const tcu::IVec4 colorBits = tcu::max(getBitsVec(pixelFormat) - (isNearestOnly && !isSRGB ? 1 : 2), tcu::IVec4(0));
340 lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / refParams.colorScale;
es3fTextureFilteringTests.cpp 300 const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0)); // 1 inaccurate bit if nearest only, 2 otherwise
306 lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / refParams.colorScale;
613 const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0)); // 1 inaccurate bit if nearest only, 2 otherwise
619 lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / sampleParams.colorScale;
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureFilteringTests.cpp 300 const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0)); // 1 inaccurate bit if nearest only, 2 otherwise
306 lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / refParams.colorScale;
586 const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0)); // 1 inaccurate bit if nearest only, 2 otherwise
592 lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / sampleParams.colorScale;
  /external/deqp/modules/gles31/functional/
es31fTextureFilteringTests.cpp 377 const tcu::IVec4 colorBits = max(getBitsVec(pixelFormat) - (isNearestOnly ? 1 : 2), tcu::IVec4(0)); // 1 inaccurate bit if nearest only, 2 otherwise
383 lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / refParams.colorScale;
es31fTextureGatherTests.cpp     [all...]

Completed in 100 milliseconds