Searched defs:colorValue (Results 1 – 11 of 11) sorted by relevance
992 const angle::GLColor colorValue(getColorValue(level, layer)); in verifyColor() local1028 GLuint colorValue = getColorValue(level, layer); in initializeTextureData() local
342 ExecConstValueAccess colorValue = execCtx.getValue(fragColorVar); in execute() local
54 GLubyte ColorDenorm(float colorValue) in ColorDenorm()232 GLColor::GLColor(GLuint colorValue) : R(0), G(0), B(0), A(0) in GLColor()
634 private int expandColor(String colorValue) { in expandColor()
799 VkClearColorValue colorValue = m_params.customBorderColor.get(); in iterate() local
758 std::ostringstream colorValue; in initPrograms() local
2016 …float colorValue = (float)(y / segmentSize * instanceSize + x / segmentSize + 1u) * colorIncrement; in iterate() local
851 deUint32 colorValue = 2 * (shaderNdx + 1); in initPrograms() local
3431 union gl_color_union colorValue; in cleartexsubimage_color() local
568 …estImage (Context& context, TextureType texType, tcu::TextureFormat format, const void* colorValue) in TestImage()
4644 const tcu::UVec4 colorValue = colorAccess.getPixelUint(x, y); in iterate() local