Home
last modified time | relevance | path

Searched refs:colorValues (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/modules/egl/
H A DteglImageUtil.cpp432 static const tcu::Vec4 colorValues[] = in initializeColorRbo() local
450 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(colorValues); ++ndx) in initializeColorRbo()
452 const tcu::IVec2 size = tcu::IVec2((int)((float)(DE_LENGTH_OF_ARRAY(colorValues) - ndx) * ((float)ref.getWidth() / float(DE_LENGTH_OF_ARRAY(colorValues)))), in initializeColorRbo()
453 (int)((float)(DE_LENGTH_OF_ARRAY(colorValues) - ndx) * ((float)ref.getHeight() / float(DE_LENGTH_OF_ARRAY(colorValues) + 4)))); // not symmetric in initializeColorRbo()
459 GLU_CHECK_GLW_CALL(gl, clearColor(colorValues[ndx].x(), colorValues[ndx].y(), colorValues[ndx].z(), colorValues[nd in initializeColorRbo()
462 tcu::clear(tcu::getSubregion(ref.getLevel(0), 0, 0, size.x(), size.y()), colorValues[ndx]); initializeColorRbo() local
[all...]
H A DteglImageFormatTests.cpp929 const tcu::Vec4 colorValues[] = in invokeGLES() local
940 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(colorValues); ++ndx) in invokeGLES()
942 const tcu::IVec2 size = tcu::IVec2((int)((float)(DE_LENGTH_OF_ARRAY(colorValues) - ndx) * ((float)reference.getWidth() / float(DE_LENGTH_OF_ARRAY(colorValues)))), in invokeGLES()
943 (int)((float)(DE_LENGTH_OF_ARRAY(colorValues) - ndx) * ((float)reference.getHeight() / float(DE_LENGTH_OF_ARRAY(colorValues))))); in invokeGLES()
949 GLU_CHECK_GLW_CALL(gl, clearColor(colorValues[ndx].x(), colorValues[ndx].y(), colorValues[ndx].z(), colorValues[nd in invokeGLES()
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp4825 const tcu::Vec4 colorValues[] = { colorValue0, colorValue1 };
4892 access.setPixel(colorValues[bufferIdx], x, y, 0);

Completed in 16 milliseconds