Searched defs:writeColor (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
D | imageformats.h | 35 static void writeColor(L8 *dst, const gl::ColorF *src) in writeColor() function 66 static void writeColor(R8 *dst, const gl::ColorF *src) in writeColor() function 71 static void writeColor(R8 *dst, const gl::ColorUI *src) in writeColor() function 94 static void writeColor(A8 *dst, const gl::ColorF *src) in writeColor() function 119 static void writeColor(L8A8 *dst, const gl::ColorF *src) in writeColor() function 145 static void writeColor(A8L8 *dst, const gl::ColorF *src) in writeColor() function 178 static void writeColor(R8G8 *dst, const gl::ColorF *src) in writeColor() function 184 static void writeColor(R8G8 *dst, const gl::ColorUI *src) in writeColor() function 218 static void writeColor(R8G8B8 *dst, const gl::ColorF *src) in writeColor() function 225 static void writeColor(R8G8B8 *dst, const gl::ColorUI *src) in writeColor() function [all …]
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkWriteBuffer.cpp | 94 void SkWriteBuffer::writeColor(const SkColor& color) { in writeColor() function in SkWriteBuffer
|
/external/skia/src/core/ |
D | SkWriteBuffer.cpp | 94 void SkWriteBuffer::writeColor(const SkColor& color) { in writeColor() function in SkWriteBuffer
|