/external/angle/src/image_util/ |
D | imageformats.h | 28 static void readColor(gl::ColorF *dst, const L8 *src); 37 static void readColor(gl::ColorF *dst, const R8 *src); 38 static void readColor(gl::ColorUI *dst, const R8 *src); 48 static void readColor(gl::ColorF *dst, const A8 *src); 58 static void readColor(gl::ColorF *dst, const L8A8 *src); 68 static void readColor(gl::ColorF *dst, const A8L8 *src); 78 static void readColor(gl::ColorF *dst, const L4A4 *src); 88 static void readColor(gl::ColorF *dst, const R8G8 *src); 89 static void readColor(gl::ColorUI *dst, const R8G8 *src); 101 static void readColor(gl::ColorF *dst, const R8G8B8 *src); [all …]
|
D | imageformats.cpp | 17 void L8::readColor(gl::ColorF *dst, const L8 *src) in readColor() function in angle::L8 36 void R8::readColor(gl::ColorUI *dst, const R8 *src) in readColor() function in angle::R8 44 void R8::readColor(gl::ColorF *dst, const R8 *src) in readColor() function in angle::R8 67 void A8::readColor(gl::ColorF *dst, const A8 *src) in readColor() function in angle::A8 85 void L8A8::readColor(gl::ColorF *dst, const L8A8 *src) in readColor() function in angle::L8A8 106 void A8L8::readColor(gl::ColorF *dst, const A8L8 *src) in readColor() function in angle::A8L8 127 void L4A4::readColor(gl::ColorF *dst, const L4A4 *src) in readColor() function in angle::L4A4 148 void R8G8::readColor(gl::ColorUI *dst, const R8G8 *src) in readColor() function in angle::R8G8 156 void R8G8::readColor(gl::ColorF *dst, const R8G8 *src) in readColor() function in angle::R8G8 182 void R8G8B8::readColor(gl::ColorUI *dst, const R8G8B8 *src) in readColor() function in angle::R8G8B8 [all …]
|
D | copyimage.inc | 14 sourceType::readColor(reinterpret_cast<Color<colorDataType>*>(dest),
|
D | loadimage_paletted.cpp | 26 T::readColor(&tmp, src); in ReadColor()
|
D | storeimage_paletted.cpp | 47 R8G8B8A8::readColor(&color, &rgba); in EncodeColor()
|
/external/skia/tests/ |
D | GrSurfaceTest.cpp | 316 uint32_t readColor) { in DEF_GANESH_TEST() argument 324 if (readColor != 0x00000000 && readColor != 0xFF000000) { in DEF_GANESH_TEST() 328 readColor); in DEF_GANESH_TEST() 332 if (readColor) { in DEF_GANESH_TEST() 335 readColor); in DEF_GANESH_TEST()
|
/external/angle/src/tests/gl_tests/ |
D | ImageTestMetal.mm | 1162 GLuint readColor[4] = {0, 0, 0, 255}; 1166 readColor[0] = 255; 1169 readColor[0] = readColor[1] = 255; 1176 readColor[0] = readColor[1] = readColor[2] = 255; 1182 EXPECT_PIXEL_EQ(bufferSize / 2, bufferSize / 2, readColor[0], readColor[1], 1183 readColor[2], readColor[3]);
|
D | D3DTextureTest.cpp | 1298 GLuint readColor[4] = {0, 0, 0, 255}; in RunClearTest() local 1304 readColor[0] = readColor[1] = readColor[2] = 255; in RunClearTest() 1307 readColor[0] = readColor[1] = 255; in RunClearTest() 1310 readColor[0] = 255; in RunClearTest() 1315 readColor[0], readColor[1], readColor[2], readColor[3]); in RunClearTest()
|
D | SixteenBppTextureTest.cpp | 22 R5G6B5::readColor(&colorf, &rgb565); in Convert565()
|
D | FramebufferFetchTest.cpp | 6301 ANGLE_GL_PROGRAM(readColor, essl31_shaders::vs::Passthrough(), colorFS.str().c_str()); in TEST_P() 6304 drawQuad(readColor, essl31_shaders::PositionAttrib(), 0.0f); in TEST_P()
|
D | StateChangeTest.cpp | 8282 GLTexture readColor; in TEST_P() local 8283 glBindTexture(GL_TEXTURE_2D, readColor); in TEST_P() 8286 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, readColor, 0); in TEST_P()
|
/external/skia/src/shaders/ |
D | SkColorShader.cpp | 51 return SkShaders::Color(buffer.readColor()); in CreateProc()
|
/external/skia/src/effects/colorfilters/ |
D | SkBlendModeColorFilter.cpp | 59 SkColor color = buffer.readColor(); in CreateProc()
|
/external/skia/src/effects/imagefilters/ |
D | SkDropShadowImageFilter.cpp | 87 SkColor4f color = SkColor4f::FromColor(buffer.readColor()); in legacy_drop_shadow_create_proc()
|
D | SkLightingImageFilter.cpp | 384 light.fLightColor = buffer.readColor(); in CreateProc()
|
/external/skia/src/core/ |
D | SkReadBuffer.h | 93 SkColor readColor();
|
D | SkReadBuffer.cpp | 98 SkColor SkReadBuffer::readColor() { in readColor() function in SkReadBuffer
|