/third_party/skia/third_party/externals/angle2/src/image_util/ |
D | imageformats.h | 29 static void writeColor(L8 *dst, const gl::ColorF *src); 39 static void writeColor(R8 *dst, const gl::ColorF *src); 40 static void writeColor(R8 *dst, const gl::ColorUI *src); 49 static void writeColor(A8 *dst, const gl::ColorF *src); 59 static void writeColor(L8A8 *dst, const gl::ColorF *src); 69 static void writeColor(A8L8 *dst, const gl::ColorF *src); 80 static void writeColor(R8G8 *dst, const gl::ColorF *src); 81 static void writeColor(R8G8 *dst, const gl::ColorUI *src); 93 static void writeColor(R8G8B8 *dst, const gl::ColorF *src); 94 static void writeColor(R8G8B8 *dst, const gl::ColorUI *src); [all …]
|
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 …]
|
D | copyimage.inc | 21 destType::writeColor(reinterpret_cast<destType*>(dest),
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | PixelRoutine.hpp | 60 …void writeColor(int index, Pointer<Byte> &cBuffer, Int &i, Vector4s ¤t, Int &sMask, Int &zMa… 62 …void writeColor(int index, Pointer<Byte> &cBuffer, Int &i, Vector4f &oC, Int &sMask, Int &zMask, I…
|
D | PixelProgram.cpp | 703 writeColor(index, buffer, x, color, sMask[q], zMask[q], cMask[q]); in rasterOperation() 738 writeColor(index, buffer, x, color, sMask[q], zMask[q], cMask[q]); in rasterOperation()
|
D | PixelPipeline.cpp | 351 writeColor(0, buffer, x, color, sMask[q], zMask[q], cMask[q]); in rasterOperation() 371 writeColor(0, buffer, x, color, sMask[q], zMask[q], cMask[q]); in rasterOperation()
|
D | PixelRoutine.cpp | 1385 …void PixelRoutine::writeColor(int index, Pointer<Byte> &cBuffer, Int &x, Vector4s ¤t, 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/core/ |
D | SkWriteBuffer.h | 51 virtual void writeColor(SkColor color) = 0; 113 void writeColor(SkColor color) override;
|
D | SkModeColorFilter.cpp | 53 buffer.writeColor(fColor); in flatten()
|
D | SkWriteBuffer.cpp | 75 void SkBinaryWriteBuffer::writeColor(SkColor color) { in writeColor() function in SkBinaryWriteBuffer
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | PixelRoutine.hpp | 57 …void writeColor(int index, const Pointer<Byte> &cBuffer, const Int &x, Vector4f &color, const Int … 59 …void writeColor(int index, const Pointer<Byte> &cBuffer, const Int &x, Vector4s ¤t, const In…
|
D | PixelProgram.cpp | 310 writeColor(index, buffer, x, color, sMask[q], zMask[q], cMask[q]); in blendColor() 350 writeColor(index, buffer, x, color, sMask[q], zMask[q], cMask[q]); in blendColor()
|
D | PixelRoutine.cpp | 1239 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/tools/debugger/ |
D | JsonWriteBuffer.h | 33 void writeColor(SkColor color) override;
|
D | JsonWriteBuffer.cpp | 95 void JsonWriteBuffer::writeColor(SkColor color) { in writeColor() function in JsonWriteBuffer
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | D3DImageFormatConversionTest.cpp | 93 ColorStructType::writeColor(&(pixels[i]), &(srcColorF[i])); in runTest()
|
D | SixteenBppTextureTest.cpp | 32 R5G6B5::writeColor(&rgb565, &colorf); in Convert565()
|
D | TextureUploadFormatTest.cpp | 134 ColorT::writeColor(&encoded, &srcValsF); in EncodeThenZeroAndCopy()
|
/third_party/skia/src/shaders/ |
D | SkColorShader.cpp | 29 buffer.writeColor(fColor); in flatten()
|
/third_party/skia/src/effects/imagefilters/ |
D | SkDropShadowImageFilter.cpp | 101 buffer.writeColor(fColor); in flatten()
|
/third_party/skia/src/gpu/dawn/ |
D | GrDawnProgramBuilder.cpp | 389 bool writeColor = pipeline.getXferProcessor().getBlendInfo().fWriteColor; in Build() local 390 colorTargetState.writeMask = writeColor ? wgpu::ColorWriteMask::All in Build()
|
/third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/ |
D | unittests.cpp | 2202 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 2355 clientBufferWrapper.writeColor(data, dataSize); in doSampleTest()
|
/third_party/skia/src/gpu/gl/ |
D | GrGLGpu.h | 422 void flushColorWrite(bool writeColor);
|
D | GrGLGpu.cpp | 2802 void GrGLGpu::flushColorWrite(bool writeColor) { in flushColorWrite() argument 2803 if (!writeColor) { in flushColorWrite()
|