Home
last modified time | relevance | path

Searched refs:uColor (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/openglcts/modules/common/
DglcPackedDepthStencilTests.cpp309 void setupColorProgram(GLint& uColor);
606 void BaseTest::setupColorProgram(GLint& uColor) in setupColorProgram() argument
634 uColor = gl.getUniformLocation(m_colorProgram, "uColor"); in setupColorProgram()
637 if (uColor == -1) in setupColorProgram()
640 gl.uniform4f(uColor, 1.0f, 1.0f, 1.0f, 1.0f); in setupColorProgram()
766 GLint uColor; in renderToTextures() local
767 setupColorProgram(uColor); in renderToTextures()
1197 GLint uColor; in doReadPixels() local
1198 setupColorProgram(uColor); in doReadPixels()
1207 gl.uniform4f(uColor, v, v, v, 1.0f); in doReadPixels()
[all …]
/external/deqp/modules/egl/
DteglNativeColorMappingTests.cpp261 const tcu::UVec4 uColor = tcu::UVec4((deUint32)((float)((1u << bitDepth.x()) - 1u) * color.x()), in validate() local
271 reference.getAccess().setPixel(uColor, x, y); in validate()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp2502 const tcu::UVec4 uColor = color.get<deUint32>(); in mapBorderColor() local
2504 if (uColor == tcu::UVec4(0, 0, 0, 0)) return VK_BORDER_COLOR_INT_TRANSPARENT_BLACK; in mapBorderColor()
2505 else if (uColor == tcu::UVec4(0, 0, 0, 1)) return VK_BORDER_COLOR_INT_OPAQUE_BLACK; in mapBorderColor()
2506 else if (uColor == tcu::UVec4(1, 1, 1, 1)) return VK_BORDER_COLOR_INT_OPAQUE_WHITE; in mapBorderColor()