/third_party/skia/third_party/externals/angle2/src/libGLESv1_CM/ |
H A D | libGLESv1_CM.cpp | 23 void GL_APIENTRY glClearColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in glClearColor() argument 38 void GL_APIENTRY glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in glColor4f() argument 248 void GL_APIENTRY glClearColorx(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in glClearColorx() argument 273 void GL_APIENTRY glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) in glColor4ub() argument 278 void GL_APIENTRY glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in glColor4x() argument 283 glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) glColorMask() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | FramebufferTest.cpp | 938 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() - 1, getWindowHeight() - 1, GLColor::blue); in TEST_P() member in GLColor 967 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() - 1, getWindowHeight() - 1, GLColor::blue); in TEST_P() member in GLColor 1011 EXPECT_PIXEL_COLOR_EQ(getWindowWidth() - 1, getWindowHeight() - 1, GLColor::blue); in TEST_P() member in GLColor [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Context.h | 159 float blue; member
|
/third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/ |
H A D | unittests.cpp | 960 const GLuint blue = 0x0000ffff; in TEST_F() local
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
H A D | rpng2-x.c | 1230 double red=0.0, green=0.0, blue=0.0, hue, s, v, f, p, q, t; in rpng2_x_load_bg_image() local 1307 ulg red, green, blue; rpng2_x_load_bg_image() local 1346 ush red, green, blue; rpng2_x_load_bg_image() local 1432 ulg red, green, blue; rpng2_x_display_row() local 1508 ush red, green, blue; rpng2_x_display_row() local 1652 ulg red, green, blue; rpng2_x_redisplay_image() local 1780 ush red, green, blue; rpng2_x_redisplay_image() local 2002 double red=0.0, green=0.0, blue=0.0, hue, s, v, f, p, q, t; rpng2_x_reload_bg_image() local [all...] |
/third_party/skia/third_party/externals/libpng/ |
H A D | pngread.c | 376 png_uint_32 blue = (s2 + s1 + 65536) & 0xffff; in png_do_read_intrapixel() local 2017 png_create_colormap_entry(png_image_read_control *display, png_uint_32 ip, png_uint_32 red, png_uint_32 green, png_uint_32 blue, png_uint_32 alpha, int encoding) png_create_colormap_entry() argument [all...] |
H A D | pngrtran.c | 3032 png_byte blue = *(sp++); png_do_rgb_to_gray() local 3071 png_byte blue = *(sp++); png_do_rgb_to_gray() local 3102 png_uint_16 red, green, blue, w; png_do_rgb_to_gray() local 3154 png_uint_16 red, green, blue, gray16; png_do_rgb_to_gray() local 4547 png_byte blue = (png_byte)(trans_color->blue & 0xff); png_do_expand() local [all...] |
/third_party/skia/third_party/externals/libwebp/src/dec/ |
H A D | vp8l_dec.c | 504 const int blue = htrees[BLUE][0].value; in ReadHuffmanCodes() local 1170 int red, blue, alpha; in DecodeImageData() local
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | ANGLETest.cpp | 37 const GLColor GLColor::blue = GLColor(0u, 0u, 255u, 255u); member in angle::GLColor
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | ftcolor.h | 80 FT_Byte blue; member
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
H A D | aflatin.c | 323 AF_LatinBlue blue; in af_latin_metrics_init_blues() local 1204 AF_LatinBlue blue = NULL; af_latin_metrics_scale_dim() local 1360 AF_LatinBlue blue = &axis->blues[nn]; af_latin_metrics_scale_dim() local 1437 AF_LatinBlue blue = &axis->blues[nn]; af_latin_metrics_scale_dim() local 1468 AF_LatinBlue blue = &axis->blues[nn]; af_latin_metrics_scale_dim() local 2530 AF_LatinBlue blue = latin->blues + bb; af_latin_hints_compute_blue_edges() local 3026 AF_Width blue; af_latin_hint_edges() local [all...] |
/third_party/skia/modules/skparagraph/tests/ |
H A D | SkParagraphTest.cpp | 6482 SkPaint blue; in UNIX_ONLY_TEST() local
|
/third_party/skia/modules/skparagraph/samples/ |
H A D | SampleParagraph.cpp | 95 SkPaint blue; in drawTest() local 267 SkPaint blue; in drawText() local 561 SkPaint blue; in drawFlutter() local 812 SkPaint blue; hangingS() local 2008 SkPaint blue; global() variable [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fDrawBuffersIndexedTests.cpp | 329 const float blue = -1000.0f + 2000.0f * blueScale; in clearRenderbuffer() local 342 const deInt32 blue = deInt32(info.valueMin.z() + (info.valueMax.z() - info.valueMin.z()) * blueScale); in clearRenderbuffer() local 355 const deUint32 blue = deUint32(info.valueMax.z() * blueScale); in clearRenderbuffer() local 368 const float blue = info.valueMin.z() + (info.valueMax.z() - info.valueMin.z()) * blueScale; in clearRenderbuffer() local 381 const float blue = info.valueMax.z() * blueScale; in clearRenderbuffer() local 1316 const bool blue = rng.getBool(); genRandomBlendState() local [all...] |
H A D | es3fTextureSpecificationTests.cpp | 2917 const glw::GLuint blue = 0xffff0000; in createTexture() local
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrGLContext.cpp | 443 void GLContext::clearColor (float red, float green, float blue, float alpha) in clearColor() argument 575 void GLContext::blendColor (float red, float green, float blue, float alpha) in blendColor() argument
|
/third_party/ffmpeg/libavfilter/ |
H A D | vsrc_testsrc.c | 1351 static const uint8_t blue[4] = { 32, 240, 118, 255 }; variable
|
/third_party/backends/backend/ |
H A D | pie.c | 2654 unsigned char *red, *green, *blue, *dest;
in pie_reader_process_indexed() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderMiscTests.cpp | 2410 const std::string blue = (useTaskShader ? "td.values[0] + pc.values[0]" : "pc.values[0] + pc.values[2]"); in initPrograms() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderMiscTests.cpp | 2410 const std::string blue = (useTaskShader ? "td.values[0] + pc.values[0]" : "pc.values[0] + pc.values[2]"); in initPrograms() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Texture.cpp | 115 SwizzleState::SwizzleState(GLenum red, GLenum green, GLenum blue, GLenum alpha) in SwizzleState() argument
|
/third_party/vk-gl-cts/external/openglcts/modules/gles3/ |
H A D | es3cCopyTexImageConversionsTests.cpp | 266 ChannelData blue; member 1429 getRGB10A2PixelData(GLenum type, unsigned short red, unsigned short green, unsigned short blue, unsigned char alpha) getRGB10A2PixelData() argument 1472 getRGB10A2UIPixelData(int is_source_pixel, GLenum type, unsigned int red, unsigned int green, unsigned int blue, unsigned int alpha) getRGB10A2UIPixelData() argument 1527 getRGB16IPixelData(int is_source_pixel, GLenum type, int red, int green, int blue) getRGB16IPixelData() argument 1580 getRGB16UIPixelData(int is_source_pixel, GLenum type, unsigned int red, unsigned int green, unsigned int blue) getRGB16UIPixelData() argument 1632 getRGB32IPixelData(int is_source_pixel, GLenum type, int red, int green, int blue) getRGB32IPixelData() argument 1674 getRGB32UIPixelData(int is_source_pixel, GLenum type, unsigned int red, unsigned int green, unsigned int blue) getRGB32UIPixelData() argument 1721 getRGB5A1PixelData(int is_source_pixel, GLenum type, unsigned int red, unsigned int green, unsigned int blue, unsigned int alpha) getRGB5A1PixelData() argument 1822 getRGB565PixelData(int is_source_pixel, GLenum type, int red, int green, int blue) getRGB565PixelData() argument 1894 getRGB8PixelData(int is_source_pixel, GLenum type, unsigned char red, unsigned char green, unsigned char blue) getRGB8PixelData() argument 1939 getRGB8IPixelData(int is_source_pixel, GLenum type, int red, int green, int blue) getRGB8IPixelData() argument 1993 getRGB8UIPixelData(int is_source_pixel, GLenum type, unsigned int red, unsigned int green, unsigned int blue) getRGB8UIPixelData() argument 2048 getRGBA16IPixelData(int is_source_pixel, GLenum type, int red, int green, int blue, int alpha) getRGBA16IPixelData() argument 2104 getRGBA16UIPixelData(int is_source_pixel, GLenum type, unsigned int red, unsigned int green, unsigned int blue, unsigned int alpha) getRGBA16UIPixelData() argument 2158 getRGBA32IPixelData(GLenum type, int red, int green, int blue, int alpha) getRGBA32IPixelData() argument 2193 getRGBA32UIPixelData(GLenum type, unsigned int red, unsigned int green, unsigned int blue, unsigned int alpha) getRGBA32UIPixelData() argument 2231 getRGBA8IPixelData(int is_source_pixel, GLenum type, int red, int green, int blue, int alpha) getRGBA8IPixelData() argument 2287 getRGBA8UIPixelData(int is_source_pixel, GLenum type, unsigned int red, unsigned int green, unsigned int blue, unsigned int alpha) getRGBA8UIPixelData() argument 2343 getRGBA4PixelData(int is_source_pixel, GLenum type, unsigned char red, unsigned char green, unsigned char blue, unsigned char alpha) getRGBA4PixelData() argument 2412 getRGBA8PixelData(GLenum type, unsigned char red, unsigned char green, unsigned char blue, unsigned char alpha) getRGBA8PixelData() argument 2446 getSRGB8Alpha8PixelData(GLenum type, unsigned char red, unsigned char green, unsigned char blue, unsigned char alpha) getSRGB8Alpha8PixelData() argument 2468 getSRGB8PixelData(int is_source_pixel, GLenum type, unsigned char red, unsigned char green, unsigned char blue) getSRGB8PixelData() argument 2658 getRGB16FPixelData(int is_source_pixel, GLenum type, float red, float green, float blue) getRGB16FPixelData() argument 2705 getRGB32FPixelData(int is_source_pixel, GLenum type, float red, float green, float blue) getRGB32FPixelData() argument 2753 getRGBA16FPixelData(GLenum type, float red, float green, float blue, float alpha) getRGBA16FPixelData() argument 2789 getRGBA32FPixelData(GLenum type, float red, float green, float blue, float alpha) getRGBA32FPixelData() argument [all...] |
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
H A D | glfw3.h | 1172 unsigned short* blue; member
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fGeometryShaderTests.cpp | 974 const tcu::Vec4 blue = tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f); in shadeFragments() local 1003 const tcu::Vec4 blue = tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f); in shadePrimitives() local 1285 const tcu::Vec4 blue = tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f); in shadePrimitives() local 3487 const tcu::Vec4 blue = tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f); verifyLayerContent() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineLibraryTests.cpp | 1028 const UVec4 blue = ivec2uvec(RGBA::blue().toIVec()); in verifyColorImage() local
|