Searched defs:writeColor (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/image_util/ |
D | imageformats.cpp | 26 void L8::writeColor(L8 *dst, const gl::ColorF *src) in writeColor() function in angle::L8 52 void R8::writeColor(R8 *dst, const gl::ColorUI *src) in writeColor() function in angle::R8 57 void R8::writeColor(R8 *dst, const gl::ColorF *src) in writeColor() function in angle::R8 75 void A8::writeColor(A8 *dst, const gl::ColorF *src) in writeColor() function in angle::A8 94 void L8A8::writeColor(L8A8 *dst, const gl::ColorF *src) in writeColor() function in angle::L8A8 115 void A8L8::writeColor(A8L8 *dst, const gl::ColorF *src) in writeColor() function in angle::A8L8 143 void R8G8::writeColor(R8G8 *dst, const gl::ColorUI *src) in writeColor() function in angle::R8G8 149 void R8G8::writeColor(R8G8 *dst, const gl::ColorF *src) in writeColor() function in angle::R8G8 177 void R8G8B8::writeColor(R8G8B8 *dst, const gl::ColorUI *src) in writeColor() function in angle::R8G8B8 184 void R8G8B8::writeColor(R8G8B8 *dst, const gl::ColorF *src) in writeColor() function in angle::R8G8B8 [all …]
|
/external/skia/tools/debugger/ |
D | JsonWriteBuffer.cpp | 109 void JsonWriteBuffer::writeColor(SkColor color) { in writeColor() function in JsonWriteBuffer
|
/external/skia/src/core/ |
D | SkWriteBuffer.cpp | 90 void SkBinaryWriteBuffer::writeColor(SkColor color) { in writeColor() function in SkBinaryWriteBuffer
|
/external/swiftshader/src/Pipeline/ |
D | PixelRoutine.cpp | 1937 void PixelRoutine::writeColor(int index, const Pointer<Byte> &cBuffer, const Int &x, Vector4f &colo… in writeColor() function in sw::PixelRoutine
|
/external/skia/src/gpu/ganesh/gl/ |
D | GrGLGpu.cpp | 2936 void GrGLGpu::flushColorWrite(bool writeColor) { in flushColorWrite()
|