/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fDrawTests.cpp | 679 const tcu::Vec4 green (0, 1, 0, 1); in renderTo() 718 colors.push_back(((x + y) % 2 == 0) ? (green) : (yellow)); in renderTo() 775 // \note the green/yellow pattern is only for clarity. The test will only verify that all instances were drawn by looking for anything non-green/yellow. in verifyImage() 796 // Any pixel with !(G ~= 255) is faulty (not a linear combinations of green and yellow) in verifyImage() 800 // Any pixel with !(B ~= 0) is faulty (not a linear combinations of green and yellow) in verifyImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderSmokeTestsEXT.cpp | 930 const tcu::Vec4 green (0.0f, 1.0f, 0.0f, 1.0f); in testFullscreenGradient() 938 tcu::clear(errorAccess, green); in testFullscreenGradient()
|
H A D | vktMeshShaderMiscTestsEXT.cpp | 442 const float green = ((x < halfWidth) ? 0.0f : 1.0f); in generateReferenceLevel() local 443 const auto refColor = tcu::Vec4(red, green, 1.0f, 1.0f); in generateReferenceLevel() 4510 QuadrantInfo (float offsetX_, float offsetY_, float red, float green, float blue) in QuadrantInfo() 4513 , color (red, green, blue, 1.0f) in QuadrantInfo()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMiscTests.cpp | 191 // left, and a green on the right. in initPrograms() 263 << " const vec4 green = vec4(0.0, 1.0, 0.0, 1.0);\n" in initPrograms() 264 << " outColor = (gl_PrimitiveID % 2 == 0) ? red : green;\n" in initPrograms() 403 const auto green = tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f); in iterate() local 408 const auto expectedColor = (x < iExtent.x() / 2) ? red : green; in iterate() 410 log << tcu::TestLog::ImageSet("Result image", "Expect left side of framebuffer red, and right side green") in iterate() 413 TCU_FAIL("Expected a vertically split framebuffer, filled with red on the left and green the right; see the log for the unexpected result"); in iterate()
|
H A D | vktPipelineLibraryTests.cpp | 1027 const UVec4 green = ivec2uvec(RGBA::green().toIVec()); in verifyColorImage() local 1038 reference.setPixel(green, x, y); in verifyColorImage()
|
/third_party/backends/backend/ |
H A D | pie.c | 1384 /* green gamma vector */
in init_options() 2565 "pie_reader_process_indexed: alloc %d lines (%d bytes) for green buffer\n",
in pie_reader_process_indexed() 2602 /* we're assuming that we get red before green before blue here */
in pie_reader_process_indexed() 2622 /* copy to green buffer */
in pie_reader_process_indexed() 2630 /* increment green line count */
in pie_reader_process_indexed() 2633 "pie_reader_process_indexed: got a green line (%d)\n",
in pie_reader_process_indexed() 2638 /* check we actually have red and green data available */
in pie_reader_process_indexed() 2654 unsigned char *red, *green, *blue, *dest;
in pie_reader_process_indexed() local 2659 green = green_out;
in pie_reader_process_indexed() 2665 *dest++ = *green in pie_reader_process_indexed() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineLibraryTests.cpp | 1060 const UVec4 green = ivec2uvec(RGBA::green().toIVec()); in verifyColorImage() local 1071 reference.setPixel(green, x, y); in verifyColorImage()
|
H A D | vktPipelineSamplerTests.cpp | 2192 const auto green = rnd.getFloat(0.0f, 1.0f); in iterate() local 2194 const tcu::Vec4 clearValue (red, green, blue, 1.0f); in iterate()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | queryutils.cpp | 101 outParams[1] = color.colorI.green; in ConvertFromColor() 108 outParams[1] = floatToNormalized<GLint>(color.colorF.green); in ConvertFromColor() 122 outParams[1] = std::max(color.colorUI.green, kMinValue); in ConvertFromColor()
|
H A D | validationES2.cpp | 3799 GLfloat green, in ValidateBlendColor() 4033 GLfloat green, in ValidateClearColor() 4053 GLboolean green, in ValidateColorMask() 3796 ValidateBlendColor(const Context *context, angle::EntryPoint entryPoint, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) ValidateBlendColor() argument 4030 ValidateClearColor(const Context *context, angle::EntryPoint entryPoint, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) ValidateClearColor() argument 4050 ValidateColorMask(const Context *context, angle::EntryPoint entryPoint, GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) ValidateColorMask() argument
|
H A D | Texture.cpp | 115 SwizzleState::SwizzleState(GLenum red, GLenum green, GLenum blue, GLenum alpha) in SwizzleState() argument 116 : swizzleRed(red), swizzleGreen(green), swizzleBlue(blue), swizzleAlpha(alpha) in SwizzleState()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | null_functions.cpp | 114 void INTERNAL_GL_APIENTRY glBlendColorNULL(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in glBlendColorNULL() argument 259 void INTERNAL_GL_APIENTRY glClearColorNULL(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in glClearColorNULL() argument 334 GLboolean green, in glColorMaskNULL() 333 glColorMaskNULL(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) glColorMaskNULL() argument
|
H A D | null_functions.h | 79 void INTERNAL_GL_APIENTRY glBlendColorNULL(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 182 void INTERNAL_GL_APIENTRY glClearColorNULL(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 231 GLboolean green,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderMiscTestsEXT.cpp | 442 const float green = ((x < halfWidth) ? 0.0f : 1.0f); in generateReferenceLevel() local 443 const auto refColor = tcu::Vec4(red, green, 1.0f, 1.0f); in generateReferenceLevel() 4513 QuadrantInfo (float offsetX_, float offsetY_, float red, float green, float blue) in QuadrantInfo() 4516 , color (red, green, blue, 1.0f) in QuadrantInfo()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/ |
H A D | vktQueryPoolStatisticsTests.cpp | 3339 m_data.push_back(GraphicBasicTestInstance::VertexData(tcu::Vec4(-1.0f, 0.0f, 1.0f, 1.0f), tcu::RGBA::green().toVec())); in QueryPoolGraphicStatisticsTest() 3340 m_data.push_back(GraphicBasicTestInstance::VertexData(tcu::Vec4(-1.0f, 1.0f, 1.0f, 1.0f), tcu::RGBA::green().toVec())); in QueryPoolGraphicStatisticsTest() 3341 m_data.push_back(GraphicBasicTestInstance::VertexData(tcu::Vec4( 0.0f, 0.0f, 1.0f, 1.0f), tcu::RGBA::green().toVec())); in QueryPoolGraphicStatisticsTest() 3342 m_data.push_back(GraphicBasicTestInstance::VertexData(tcu::Vec4( 0.0f, 1.0f, 1.0f, 1.0f), tcu::RGBA::green().toVec())); in QueryPoolGraphicStatisticsTest() 4072 m_data.push_back(GraphicBasicMultipleQueryTestInstance::VertexData(tcu::Vec4(-1.0f, 0.0f, 1.0f, 1.0f), tcu::RGBA::green().toVec())); in QueryPoolGraphicMultipleQueryStatisticsTest() 4073 m_data.push_back(GraphicBasicMultipleQueryTestInstance::VertexData(tcu::Vec4(-1.0f, 1.0f, 1.0f, 1.0f), tcu::RGBA::green().toVec())); in QueryPoolGraphicMultipleQueryStatisticsTest() 4074 m_data.push_back(GraphicBasicMultipleQueryTestInstance::VertexData(tcu::Vec4( 0.0f, 0.0f, 1.0f, 1.0f), tcu::RGBA::green().toVec())); in QueryPoolGraphicMultipleQueryStatisticsTest() 4075 m_data.push_back(GraphicBasicMultipleQueryTestInstance::VertexData(tcu::Vec4( 0.0f, 1.0f, 1.0f, 1.0f), tcu::RGBA::green().toVec())); in QueryPoolGraphicMultipleQueryStatisticsTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/ |
H A D | vktQueryPoolStatisticsTests.cpp | 3324 m_data.push_back(GraphicBasicTestInstance::VertexData(tcu::Vec4(-1.0f, 0.0f, 1.0f, 1.0f), tcu::RGBA::green().toVec())); in QueryPoolGraphicStatisticsTest() 3325 m_data.push_back(GraphicBasicTestInstance::VertexData(tcu::Vec4(-1.0f, 1.0f, 1.0f, 1.0f), tcu::RGBA::green().toVec())); in QueryPoolGraphicStatisticsTest() 3326 m_data.push_back(GraphicBasicTestInstance::VertexData(tcu::Vec4( 0.0f, 0.0f, 1.0f, 1.0f), tcu::RGBA::green().toVec())); in QueryPoolGraphicStatisticsTest() 3327 m_data.push_back(GraphicBasicTestInstance::VertexData(tcu::Vec4( 0.0f, 1.0f, 1.0f, 1.0f), tcu::RGBA::green().toVec())); in QueryPoolGraphicStatisticsTest() 4058 m_data.push_back(GraphicBasicMultipleQueryTestInstance::VertexData(tcu::Vec4(-1.0f, 0.0f, 1.0f, 1.0f), tcu::RGBA::green().toVec())); in QueryPoolGraphicMultipleQueryStatisticsTest() 4059 m_data.push_back(GraphicBasicMultipleQueryTestInstance::VertexData(tcu::Vec4(-1.0f, 1.0f, 1.0f, 1.0f), tcu::RGBA::green().toVec())); in QueryPoolGraphicMultipleQueryStatisticsTest() 4060 m_data.push_back(GraphicBasicMultipleQueryTestInstance::VertexData(tcu::Vec4( 0.0f, 0.0f, 1.0f, 1.0f), tcu::RGBA::green().toVec())); in QueryPoolGraphicMultipleQueryStatisticsTest() 4061 m_data.push_back(GraphicBasicMultipleQueryTestInstance::VertexData(tcu::Vec4( 0.0f, 1.0f, 1.0f, 1.0f), tcu::RGBA::green().toVec())); in QueryPoolGraphicMultipleQueryStatisticsTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassTests.cpp | 4025 const Vec4 green (0.0f, 1.0f, 0.0f, 1.0f); 4060 errorImage.setPixel(green, x, y); 4137 const Vec4 green (0.0f, 1.0f, 0.0f, 1.0f); 4168 errorImage.setPixel(green, x, y); 4179 const Vec4 green (0.0f, 1.0f, 0.0f, 1.0f); 4210 errorImage.setPixel(green, x, y);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassTests.cpp | 4011 const Vec4 green (0.0f, 1.0f, 0.0f, 1.0f); 4046 errorImage.setPixel(green, x, y); 4123 const Vec4 green (0.0f, 1.0f, 0.0f, 1.0f); 4154 errorImage.setPixel(green, x, y); 4165 const Vec4 green (0.0f, 1.0f, 0.0f, 1.0f); 4196 errorImage.setPixel(green, x, y);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiMaintenance1Tests.cpp | 1655 const tcu::UVec4 green (0, 255, 50, 255); in scalingTest() 1663 const vk::Move<vk::VkBuffer> greenBuffer = createBufferAndBindMemory(devHelper, allocator, green, quarterPixels, &greenMemory); in scalingTest()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cSeparateShaderObjsTests.cpp | 2205 // The program bound with glUseProgram will draw green, the programs in iterate() 2213 // Ouput green in the fragment shader in iterate() 2257 // useProgram takes precedence and the buffer should be green in iterate() 2258 if (!checkSurface(renderedFrame, tcu::RGBA::green())) in iterate() 2260 TCU_FAIL("StateInteraction failed; surface should be green"); in iterate() 2398 // Render green in iterate() 2423 // expect green in iterate() 2424 if (!checkSurface(renderedFrame, tcu::RGBA::green())) in iterate() 2426 TCU_FAIL("StateInteraction failed; surface should be green"); in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcInternalformatTests.cpp | 690 GLfloat green = inColor[1]; in convertUint_5_9_9_9_rev() local 697 GLfloat green_c = deFloatMax(0, deFloatMin(sharedExpMax, green)); in convertUint_5_9_9_9_rev()
|
/third_party/mesa3d/include/D3D9/ |
H A D | d3d9types.h | 1600 WORD green[256]; member
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShaderSubroutineTests.hpp | 73 void clearColor(glw::GLfloat red, glw::GLfloat green, glw::GLfloat blue, glw::GLfloat alpha);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_utils.h | 1046 VkColorComponentFlags GetColorComponentFlags(bool red, bool green, bool blue, bool alpha);
|
/third_party/skia/third_party/externals/libpng/ |
H A D | pngset.c | 1037 trans_color->green > sample_max || in png_set_tRNS()
|