Searched defs:readColor (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/image_util/ |
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 R8G8::readColor(gl::ColorUI *dst, const R8G8 *src) in readColor() function in angle::R8G8 135 void R8G8::readColor(gl::ColorF *dst, const R8G8 *src) in readColor() function in angle::R8G8 161 void R8G8B8::readColor(gl::ColorUI *dst, const R8G8B8 *src) in readColor() function in angle::R8G8B8 169 void R8G8B8::readColor(gl::ColorF *dst, const R8G8B8 *src) in readColor() function in angle::R8G8B8 [all …]
|
/external/skia/tests/ |
D | GrSurfaceTest.cpp | 310 uint32_t readColor) { in DEF_GANESH_TEST()
|
/external/skia/src/core/ |
D | SkReadBuffer.cpp | 96 SkColor SkReadBuffer::readColor() { in readColor() function in SkReadBuffer
|
/external/angle/src/tests/gl_tests/ |
D | D3DTextureTest.cpp | 1288 GLuint readColor[4] = {0, 0, 0, 255}; in RunClearTest() local
|
D | StateChangeTest.cpp | 8020 GLTexture readColor; in TEST_P() local
|