Home
last modified time | relevance | path

Searched defs:writeColor (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/image_util/
Dimageformats.cpp26 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 …]
/third_party/skia/third_party/externals/angle2/src/image_util/
Dimageformats.cpp26 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 …]
/third_party/flutter/skia/tools/debugger/
DJsonWriteBuffer.cpp95 void JsonWriteBuffer::writeColor(SkColor color) { in writeColor() function in JsonWriteBuffer
/third_party/flutter/skia/src/core/
DSkWriteBuffer.cpp73 void SkBinaryWriteBuffer::writeColor(SkColor color) { in writeColor() function in SkBinaryWriteBuffer
/third_party/skia/tools/debugger/
DJsonWriteBuffer.cpp95 void JsonWriteBuffer::writeColor(SkColor color) { in writeColor() function in JsonWriteBuffer
/third_party/skia/src/core/
DSkWriteBuffer.cpp75 void SkBinaryWriteBuffer::writeColor(SkColor color) { in writeColor() function in SkBinaryWriteBuffer
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DPixelRoutine.cpp1385 …void PixelRoutine::writeColor(int index, Pointer<Byte> &cBuffer, Int &x, Vector4s &current, Int &s… in writeColor() function in sw::PixelRoutine
2228 …void PixelRoutine::writeColor(int index, Pointer<Byte> &cBuffer, Int &x, Vector4f &oC, Int &sMask,… in writeColor() function in sw::PixelRoutine
/third_party/skia/src/gpu/dawn/
DGrDawnProgramBuilder.cpp389 bool writeColor = pipeline.getXferProcessor().getBlendInfo().fWriteColor; in Build() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DPixelRoutine.cpp1239 void PixelRoutine::writeColor(int index, const Pointer<Byte> &cBuffer, const Int &x, Vector4s &curr… in writeColor() function in sw::PixelRoutine
2553 void PixelRoutine::writeColor(int index, const Pointer<Byte> &cBuffer, const Int &x, Vector4f &colo… in writeColor() function in sw::PixelRoutine
/third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/
Dunittests.cpp2202 void writeColor(void *data, size_t dataSize) in writeColor() function in EGLClientBufferWrapper
2243 void writeColor(void *data, size_t dataSize) in writeColor() function in EGLClientBufferWrapper
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp2802 void GrGLGpu::flushColorWrite(bool writeColor) { in flushColorWrite()
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.cpp2965 void GrGLGpu::flushColorWrite(bool writeColor) { in flushColorWrite()