/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb-ioctl.c | 549 mode->green = var.green; in omapfb_get_ovl_colormode()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderSmokeTests.cpp | 1048 const tcu::Vec4 green (0.0f, 1.0f, 0.0f, 1.0f); in testFullscreenGradient() 1056 tcu::clear(errorAccess, green); in testFullscreenGradient()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
H A D | vktRasterizationFragShaderSideEffectsTests.cpp | 644 const tcu::Vec4 green (0.0f, 1.0f, 0.0f, 1.0f); in iterate() 653 errorMask.setPixel((pixOk ? green : red), i, j); in iterate()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | MultithreadingTest.cpp | 161 std::atomic<bool> mDrawGreen; // Toggle drawing green or red 535 std::vector<GLColor> greenColor(kSize * kSize, GLColor::green); in textureThreadFunction() 632 // Use odd numbers so we bounce between red and green in the final image in mainThreadDraw() 688 color = GLColor::green; in mainThreadDraw()
|
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_opengl3_loader.h | 177 typedef void (APIENTRYP PFNGLCLEARCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 193 GLAPI void APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | ANGLETest.h | 100 static const GLColorRGB green; member 154 static const GLColor green; member
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/run-cts/ |
H A D | main.go | 841 green = escape + "32m" 863 }{{pass, green}, {warn, yellow}, {skip, blue}, {timeout, yellow}, {fail, red}} {
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderSmokeTests.cpp | 1048 const tcu::Vec4 green (0.0f, 1.0f, 0.0f, 1.0f); in testFullscreenGradient() 1056 tcu::clear(errorAccess, green); in testFullscreenGradient()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/ |
H A D | vktRasterizationFragShaderSideEffectsTests.cpp | 644 const tcu::Vec4 green (0.0f, 1.0f, 0.0f, 1.0f); in iterate() 653 errorMask.setPixel((pixOk ? green : red), i, j); in iterate()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderBuiltinVarTests.cpp | 658 refImg.setPixel(x, y, tcu::RGBA::green()); in iterate() 670 refImg.setPixel(x, y, tcu::RGBA::green()); in iterate()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsDrawTest.cpp | 3524 const tcu::IVec4 green (0, 255, 0, 255); in edgeRelaxedImageCompare() 3534 tcu::clear(tcu::getSubregion(errorAccess, 0, 0, width, 1), green); in edgeRelaxedImageCompare() local 3535 tcu::clear(tcu::getSubregion(errorAccess, 0, height-1, width, 1), green); in edgeRelaxedImageCompare() local 3536 tcu::clear(tcu::getSubregion(errorAccess, 0, 0, 1, height), green); in edgeRelaxedImageCompare() local 3537 tcu::clear(tcu::getSubregion(errorAccess, width-1, 0, 1, height), green); in edgeRelaxedImageCompare() local 3619 const tcu::IVec4 green (0, 255, 0, 255); in intersectionRelaxedLineImageCompare() 3629 tcu::clear(tcu::getSubregion(errorAccess, 0, 0, width, 1), green); in intersectionRelaxedLineImageCompare() local 3630 tcu::clear(tcu::getSubregion(errorAccess, 0, height-1, width, 1), green); in intersectionRelaxedLineImageCompare() local 3631 tcu::clear(tcu::getSubregion(errorAccess, 0, 0, 1, height), green); in intersectionRelaxedLineImageCompare() local 3632 tcu::clear(tcu::getSubregion(errorAccess, width-1, 0, 1, height), green); in intersectionRelaxedLineImageCompare() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | StateManagerGL.cpp | 1228 mFunctions->blendColor(mBlendColor.red, mBlendColor.green, mBlendColor.blue, in setBlendColor() 1400 void StateManagerGL::setColorMask(bool red, bool green, bool blue, bool alpha) in setColorMask() argument 1403 mBlendStateExt.expandColorMaskValue(red, green, blue, alpha); in setColorMask() 1406 mFunctions->colorMask(red, green, blue, alpha); in setColorMask() 1764 (clearColor.green == 1.0f || clearColor.green == 0.0f) && 1781 mFunctions->clearColor(mClearColor.red, mClearColor.green, mClearColor.blue,
|
/third_party/mesa3d/include/GLES/ |
H A D | glext.h | 172 typedef void (GL_APIENTRYP PFNGLCLEARCOLORXOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 175 typedef void (GL_APIENTRYP PFNGLCOLOR4XOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 215 GL_API void GL_APIENTRY glClearColorxOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 218 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
|
/third_party/openGLES/api/GLES/ |
H A D | glext.h | 153 typedef void (GL_APIENTRYP PFNGLCLEARCOLORXOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 156 typedef void (GL_APIENTRYP PFNGLCOLOR4XOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 196 GL_API void GL_APIENTRY glClearColorxOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 199 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMiscTests.cpp | 194 // left, and a green on the right. in initPrograms() 266 << " const vec4 green = vec4(0.0, 1.0, 0.0, 1.0);\n" in initPrograms() 267 << " outColor = (gl_PrimitiveID % 2 == 0) ? red : green;\n" in initPrograms() 406 const auto green = tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f); in iterate() local 411 const auto expectedColor = (x < iExtent.x() / 2) ? red : green; in iterate() 413 log << tcu::TestLog::ImageSet("Result image", "Expect left side of framebuffer red, and right side green") in iterate() 416 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() 1468 << " const vec4 green = vec4(0.0, 1.0, 0.0, 1.0);\n"; in initPrograms() 1471 << " outColor = ((buf0.data == 0) && (buf1.data == 1) && (buf2.data == 2) && (buf3.data == 3)) ? green : red;\n"; in initPrograms() 1474 << " outColor = ((buf0.data == 0) && (buf3.data == 3)) ? green in initPrograms() 1663 const auto green = tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f); iterate() local [all...] |
/third_party/skia/third_party/externals/swiftshader/include/GLES/ |
H A D | glext.h | 172 typedef void (GL_APIENTRYP PFNGLCLEARCOLORXOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 175 typedef void (GL_APIENTRYP PFNGLCOLOR4XOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 215 GL_API void GL_APIENTRY glClearColorxOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 218 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationES1.cpp | 710 GLfixed green, in ValidateClearColorx() 751 GLfloat green, in ValidateColor4f() 762 GLubyte green, in ValidateColor4ub() 773 GLfixed green, in ValidateColor4x() 707 ValidateClearColorx(const Context *context, angle::EntryPoint entryPoint, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) ValidateClearColorx() argument 748 ValidateColor4f(const Context *context, angle::EntryPoint entryPoint, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) ValidateColor4f() argument 759 ValidateColor4ub(const Context *context, angle::EntryPoint entryPoint, GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) ValidateColor4ub() argument 770 ValidateColor4x(const Context *context, angle::EntryPoint entryPoint, GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) ValidateColor4x() argument
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES/ |
H A D | glext.h | 172 typedef void (GL_APIENTRYP PFNGLCLEARCOLORXOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 175 typedef void (GL_APIENTRYP PFNGLCOLOR4XOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 215 GL_API void GL_APIENTRY glClearColorxOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 218 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
|
/third_party/skia/third_party/externals/angle2/include/GLES/ |
H A D | glext.h | 161 typedef void (GL_APIENTRYP PFNGLCLEARCOLORXOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 164 typedef void (GL_APIENTRYP PFNGLCOLOR4XOESPROC) (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 204 GL_API void GL_APIENTRY glClearColorxOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); 207 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglGLES2SharingTests.cpp | 831 int green = deClamp32((int)(255.0f * color.y()), 0, 255); in renderResource() local 835 reference->setPixel(x, y, tcu::RGBA(red, green, blue, alpha)); in renderResource() 1120 int green = deClamp32((int)(255.0f * color.y()), 0, 255); in renderResource() local 1124 reference->setPixel(x, y, tcu::RGBA(red, green, blue, alpha)); in renderResource()
|
/third_party/vk-gl-cts/modules/gles2/stress/ |
H A D | es2sSpecialFloatTests.cpp | 190 errorMask.setPixel(x, y, tcu::RGBA::green()); in checkResultImage() 331 errorMask.setPixel(x, y, tcu::RGBA::green()); in drawTestPattern() 500 * value 1.0 is put to z and w. The resulting fragment's green channel 736 " highp float green = 1.0 - abs((a1.y + a2.y + a3.y + a4.y + a5.y) - 6.0);\n" 737 " v_out = vec4(a1.x*a3.x + a2.x*a4.x, green, a5.x, 1.0);\n" 760 " mediump float green = 1.0 + epsilon - abs((a1.y + a2.y + a3.y + a4.y + a5.y) - 6.0);\n" 761 " gl_FragColor = vec4(a1.x*a3.x + a2.x*a4.x, green, a5.x, 1.0);\n" 771 * z and w. The resulting fragment's green channel should be 1.0 925 " highp float green = 1.0 - abs((a1.y + a2.y + a3.y + a4.y + a5.y) - 6.0);\n" 926 " v_out = vec4(a1.x*a3.x + a2.x*a4.x, green, a [all...] |
/third_party/skia/third_party/externals/angle2/src/image_util/ |
H A D | loadimage_etc.cpp | 401 static R8G8B8A8 createRGBA(int red, int green, int blue, int alpha) in createRGBA() 405 rgba.G = clampByte(green); in createRGBA() 411 static R8G8B8A8 createRGBA(int red, int green, int blue) in createRGBA() 413 return createRGBA(red, green, blue, 255); in createRGBA()
|
/third_party/backends/backend/ |
H A D | hp4200.c | 214 s->hw_parms.target_value.green = 1000; in hp4200_init_registers() 544 setreg (s, 0x26, 0x08 | color_mode); /* 1 channel mode A (green) */ in compute_datalink_bandwidth() 1225 compute_first_gain_offset (s->hw_parms.target_value.green, in do_coarse_calibration() 1246 retval |= compute_gain_offset (s->hw_parms.target_value.green, in do_coarse_calibration() 1637 aux = (double) s->hw_parms.target_value.green / min_white_green; in do_fine_calibration() 1671 range, s->hw_parms.target_value.green); in do_fine_calibration()
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | pngstest.c | 2188 result->background_color.ig = background->green; in transform_from_formats() 2194 result->background_color.dg = sRGB_to_d[background->green]; in transform_from_formats() 2202 result->background_color.ib = background->green; in transform_from_formats() 2208 result->background_color.db = sRGB_to_d[background->green]; in transform_from_formats() 2538 * 2: green or gray in component_loc() 3007 background->green, background->blue); in read_file()
|
/third_party/openGLES/api/GL/ |
H A D | glext.h | 362 typedef void (APIENTRYP PFNGLSECONDARYCOLOR3BPROC) (GLbyte red, GLbyte green, GLbyte blue); 364 typedef void (APIENTRYP PFNGLSECONDARYCOLOR3DPROC) (GLdouble red, GLdouble green, GLdouble blue); 366 typedef void (APIENTRYP PFNGLSECONDARYCOLOR3FPROC) (GLfloat red, GLfloat green, GLfloat blue); 368 typedef void (APIENTRYP PFNGLSECONDARYCOLOR3IPROC) (GLint red, GLint green, GLint blue); 370 typedef void (APIENTRYP PFNGLSECONDARYCOLOR3SPROC) (GLshort red, GLshort green, GLshort blue); 372 typedef void (APIENTRYP PFNGLSECONDARYCOLOR3UBPROC) (GLubyte red, GLubyte green, GLubyte blue); 374 typedef void (APIENTRYP PFNGLSECONDARYCOLOR3UIPROC) (GLuint red, GLuint green, GLuint blue); 376 typedef void (APIENTRYP PFNGLSECONDARYCOLOR3USPROC) (GLushort red, GLushort green, GLushort blue); 395 typedef void (APIENTRYP PFNGLBLENDCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 410 GLAPI void APIENTRY glSecondaryColor3b (GLbyte red, GLbyte green, GLbyt [all...] |