Home
last modified time | relevance | path

Searched defs:readColor (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/image_util/
Dimageformats.cpp17 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 …]
/third_party/skia/third_party/externals/angle2/src/image_util/
Dimageformats.cpp17 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 …]
/third_party/skia/experimental/skrive/src/reader/
DStreamReader.cpp64 SkColor4f StreamReader::readColor(const char label[]) { in readColor() function in skrive::internal::StreamReader
/third_party/skia/tests/
DGrSurfaceTest.cpp227 uint32_t readColor) { in DEF_GPUTEST()
/third_party/flutter/skia/src/core/
DSkReadBuffer.cpp105 SkColor SkReadBuffer::readColor() { in readColor() function in SkReadBuffer
DSkReadBuffer.h245 SkColor readColor() { return 0; } in readColor() function
/third_party/skia/src/core/
DSkReadBuffer.cpp83 SkColor SkReadBuffer::readColor() { in readColor() function in SkReadBuffer
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DD3DTextureTest.cpp1286 GLuint readColor[4] = {0, 0, 0, 255}; in RunClearTest() local
DStateChangeTest.cpp7392 GLTexture readColor; in TEST_P() local