Home
last modified time | relevance | path

Searched refs:writeColor (Results 1 - 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/image_util/
H A Dimageformats.h29 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(R8G8B
[all...]
H A 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(R8G8B function in angle::R8G8B8
214 void B8G8R8::writeColor(B8G8R8 *dst, const gl::ColorUI *src) writeColor() function in angle::B8G8R8
221 void B8G8R8::writeColor(B8G8R8 *dst, const gl::ColorF *src) writeColor() function in angle::B8G8R8
243 void R5G6B5::writeColor(R5G6B5 *dst, const gl::ColorF *src) writeColor() function in angle::R5G6B5
268 void B5G6R5::writeColor(B5G6R5 *dst, const gl::ColorF *src) writeColor() function in angle::B5G6R5
301 void A8R8G8B8::writeColor(A8R8G8B8 *dst, const gl::ColorUI *src) writeColor() function in angle::A8R8G8B8
309 void A8R8G8B8::writeColor(A8R8G8B8 *dst, const gl::ColorF *src) writeColor() function in angle::A8R8G8B8
339 void R8G8B8A8::writeColor(R8G8B8A8 *dst, const gl::ColorUI *src) writeColor() function in angle::R8G8B8A8
347 void R8G8B8A8::writeColor(R8G8B8A8 *dst, const gl::ColorF *src) writeColor() function in angle::R8G8B8A8
369 void R8G8B8A8SRGB::writeColor(R8G8B8A8SRGB *dst, const gl::ColorF *src) writeColor() function in angle::R8G8B8A8SRGB
411 void B8G8R8A8::writeColor(B8G8R8A8 *dst, const gl::ColorUI *src) writeColor() function in angle::B8G8R8A8
419 void B8G8R8A8::writeColor(B8G8R8A8 *dst, const gl::ColorF *src) writeColor() function in angle::B8G8R8A8
449 void B8G8R8X8::writeColor(B8G8R8X8 *dst, const gl::ColorUI *src) writeColor() function in angle::B8G8R8X8
457 void B8G8R8X8::writeColor(B8G8R8X8 *dst, const gl::ColorF *src) writeColor() function in angle::B8G8R8X8
488 void R8G8B8X8::writeColor(R8G8B8X8 *dst, const gl::ColorUI *src) writeColor() function in angle::R8G8B8X8
496 void R8G8B8X8::writeColor(R8G8B8X8 *dst, const gl::ColorF *src) writeColor() function in angle::R8G8B8X8
519 void A1R5G5B5::writeColor(A1R5G5B5 *dst, const gl::ColorF *src) writeColor() function in angle::A1R5G5B5
547 void R5G5B5A1::writeColor(R5G5B5A1 *dst, const gl::ColorF *src) writeColor() function in angle::R5G5B5A1
575 void R4G4B4A4::writeColor(R4G4B4A4 *dst, const gl::ColorF *src) writeColor() function in angle::R4G4B4A4
603 void A4R4G4B4::writeColor(A4R4G4B4 *dst, const gl::ColorF *src) writeColor() function in angle::A4R4G4B4
639 void R16::writeColor(R16 *dst, const gl::ColorUI *src) writeColor() function in angle::R16
644 void R16::writeColor(R16 *dst, const gl::ColorF *src) writeColor() function in angle::R16
670 void R16G16::writeColor(R16G16 *dst, const gl::ColorUI *src) writeColor() function in angle::R16G16
676 void R16G16::writeColor(R16G16 *dst, const gl::ColorF *src) writeColor() function in angle::R16G16
704 void R16G16B16::writeColor(R16G16B16 *dst, const gl::ColorUI *src) writeColor() function in angle::R16G16B16
711 void R16G16B16::writeColor(R16G16B16 *dst, const gl::ColorF *src) writeColor() function in angle::R16G16B16
741 void R16G16B16A16::writeColor(R16G16B16A16 *dst, const gl::ColorUI *src) writeColor() function in angle::R16G16B16A16
749 void R16G16B16A16::writeColor(R16G16B16A16 *dst, const gl::ColorF *src) writeColor() function in angle::R16G16B16A16
781 void R32::writeColor(R32 *dst, const gl::ColorUI *src) writeColor() function in angle::R32
786 void R32::writeColor(R32 *dst, const gl::ColorF *src) writeColor() function in angle::R32
812 void R32G32::writeColor(R32G32 *dst, const gl::ColorUI *src) writeColor() function in angle::R32G32
818 void R32G32::writeColor(R32G32 *dst, const gl::ColorF *src) writeColor() function in angle::R32G32
846 void R32G32B32::writeColor(R32G32B32 *dst, const gl::ColorUI *src) writeColor() function in angle::R32G32B32
853 void R32G32B32::writeColor(R32G32B32 *dst, const gl::ColorF *src) writeColor() function in angle::R32G32B32
883 void R32G32B32A32::writeColor(R32G32B32A32 *dst, const gl::ColorUI *src) writeColor() function in angle::R32G32B32A32
891 void R32G32B32A32::writeColor(R32G32B32A32 *dst, const gl::ColorF *src) writeColor() function in angle::R32G32B32A32
923 void R8S::writeColor(R8S *dst, const gl::ColorI *src) writeColor() function in angle::R8S
928 void R8S::writeColor(R8S *dst, const gl::ColorF *src) writeColor() function in angle::R8S
954 void R8G8S::writeColor(R8G8S *dst, const gl::ColorI *src) writeColor() function in angle::R8G8S
960 void R8G8S::writeColor(R8G8S *dst, const gl::ColorF *src) writeColor() function in angle::R8G8S
988 void R8G8B8S::writeColor(R8G8B8S *dst, const gl::ColorI *src) writeColor() function in angle::R8G8B8S
995 void R8G8B8S::writeColor(R8G8B8S *dst, const gl::ColorF *src) writeColor() function in angle::R8G8B8S
1025 void R8G8B8A8S::writeColor(R8G8B8A8S *dst, const gl::ColorI *src) writeColor() function in angle::R8G8B8A8S
1033 void R8G8B8A8S::writeColor(R8G8B8A8S *dst, const gl::ColorF *src) writeColor() function in angle::R8G8B8A8S
1065 void R16S::writeColor(R16S *dst, const gl::ColorI *src) writeColor() function in angle::R16S
1070 void R16S::writeColor(R16S *dst, const gl::ColorF *src) writeColor() function in angle::R16S
1096 void R16G16S::writeColor(R16G16S *dst, const gl::ColorI *src) writeColor() function in angle::R16G16S
1102 void R16G16S::writeColor(R16G16S *dst, const gl::ColorF *src) writeColor() function in angle::R16G16S
1130 void R16G16B16S::writeColor(R16G16B16S *dst, const gl::ColorI *src) writeColor() function in angle::R16G16B16S
1137 void R16G16B16S::writeColor(R16G16B16S *dst, const gl::ColorF *src) writeColor() function in angle::R16G16B16S
1167 void R16G16B16A16S::writeColor(R16G16B16A16S *dst, const gl::ColorI *src) writeColor() function in angle::R16G16B16A16S
1175 void R16G16B16A16S::writeColor(R16G16B16A16S *dst, const gl::ColorF *src) writeColor() function in angle::R16G16B16A16S
1209 void R32S::writeColor(R32S *dst, const gl::ColorI *src) writeColor() function in angle::R32S
1214 void R32S::writeColor(R32S *dst, const gl::ColorF *src) writeColor() function in angle::R32S
1240 void R32G32S::writeColor(R32G32S *dst, const gl::ColorI *src) writeColor() function in angle::R32G32S
1246 void R32G32S::writeColor(R32G32S *dst, const gl::ColorF *src) writeColor() function in angle::R32G32S
1274 void R32G32B32S::writeColor(R32G32B32S *dst, const gl::ColorI *src) writeColor() function in angle::R32G32B32S
1281 void R32G32B32S::writeColor(R32G32B32S *dst, const gl::ColorF *src) writeColor() function in angle::R32G32B32S
1311 void R32G32B32A32S::writeColor(R32G32B32A32S *dst, const gl::ColorI *src) writeColor() function in angle::R32G32B32A32S
1319 void R32G32B32A32S::writeColor(R32G32B32A32S *dst, const gl::ColorF *src) writeColor() function in angle::R32G32B32A32S
1345 void A16B16G16R16F::writeColor(A16B16G16R16F *dst, const gl::ColorF *src) writeColor() function in angle::A16B16G16R16F
1371 void R16G16B16A16F::writeColor(R16G16B16A16F *dst, const gl::ColorF *src) writeColor() function in angle::R16G16B16A16F
1397 void R16F::writeColor(R16F *dst, const gl::ColorF *src) writeColor() function in angle::R16F
1415 void A16F::writeColor(A16F *dst, const gl::ColorF *src) writeColor() function in angle::A16F
1434 void L16F::writeColor(L16F *dst, const gl::ColorF *src) writeColor() function in angle::L16F
1453 void L16A16F::writeColor(L16A16F *dst, const gl::ColorF *src) writeColor() function in angle::L16A16F
1473 void R16G16F::writeColor(R16G16F *dst, const gl::ColorF *src) writeColor() function in angle::R16G16F
1493 void R16G16B16F::writeColor(R16G16B16F *dst, const gl::ColorF *src) writeColor() function in angle::R16G16B16F
1515 void A32B32G32R32F::writeColor(A32B32G32R32F *dst, const gl::ColorF *src) writeColor() function in angle::A32B32G32R32F
1541 void R32G32B32A32F::writeColor(R32G32B32A32F *dst, const gl::ColorF *src) writeColor() function in angle::R32G32B32A32F
1567 void R32F::writeColor(R32F *dst, const gl::ColorF *src) writeColor() function in angle::R32F
1585 void A32F::writeColor(A32F *dst, const gl::ColorF *src) writeColor() function in angle::A32F
1603 void L32F::writeColor(L32F *dst, const gl::ColorF *src) writeColor() function in angle::L32F
1621 void L32A32F::writeColor(L32A32F *dst, const gl::ColorF *src) writeColor() function in angle::L32A32F
1641 void R32G32F::writeColor(R32G32F *dst, const gl::ColorF *src) writeColor() function in angle::R32G32F
1661 void R32G32B32F::writeColor(R32G32B32F *dst, const gl::ColorF *src) writeColor() function in angle::R32G32B32F
1691 void R10G10B10A2::writeColor(R10G10B10A2 *dst, const gl::ColorUI *src) writeColor() function in angle::R10G10B10A2
1699 void R10G10B10A2::writeColor(R10G10B10A2 *dst, const gl::ColorF *src) writeColor() function in angle::R10G10B10A2
1731 void R10G10B10A2S::writeColor(R10G10B10A2S *dst, const gl::ColorI *src) writeColor() function in angle::R10G10B10A2S
1739 void R10G10B10A2S::writeColor(R10G10B10A2S *dst, const gl::ColorF *src) writeColor() function in angle::R10G10B10A2S
1771 void R10G10B10X2::writeColor(R10G10B10X2 *dst, const gl::ColorUI *src) writeColor() function in angle::R10G10B10X2
1778 void R10G10B10X2::writeColor(R10G10B10X2 *dst, const gl::ColorF *src) writeColor() function in angle::R10G10B10X2
1808 void B10G10R10A2::writeColor(B10G10R10A2 *dst, const gl::ColorUI *src) writeColor() function in angle::B10G10R10A2
1816 void B10G10R10A2::writeColor(B10G10R10A2 *dst, const gl::ColorF *src) writeColor() function in angle::B10G10R10A2
1838 void R9G9B9E5::writeColor(R9G9B9E5 *dst, const gl::ColorF *src) writeColor() function in angle::R9G9B9E5
1864 void R11G11B10F::writeColor(R11G11B10F *dst, const gl::ColorF *src) writeColor() function in angle::R11G11B10F
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DPixelRoutine.hpp60 void writeColor(int index, Pointer<Byte> &cBuffer, Int &i, Vector4s &current, Int &sMask, Int &zMask, Int &cMask);
62 void writeColor(int index, Pointer<Byte> &cBuffer, Int &i, Vector4f &oC, Int &sMask, Int &zMask, Int &cMask);
H A DPixelPipeline.cpp351 writeColor(0, buffer, x, color, sMask[q], zMask[q], cMask[q]);
371 writeColor(0, buffer, x, color, sMask[q], zMask[q], cMask[q]);
H A DPixelProgram.cpp703 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()
H A DPixelRoutine.cpp1385 void PixelRoutine::writeColor(int index, Pointer<Byte> &cBuffer, Int &x, Vector4s &current, Int &sMask, Int &zMask, Int &cMask) in writeColor() function in sw::PixelRoutine
2228 void PixelRoutine::writeColor(int index, Pointer<Byte> &cBuffer, Int &x, Vector4f &oC, Int &sMask, Int &zMask, Int &cMask) in writeColor() function in sw::PixelRoutine
/third_party/skia/src/core/
H A DSkWriteBuffer.h51 virtual void writeColor(SkColor color) = 0;
113 void writeColor(SkColor color) override;
H A DSkModeColorFilter.cpp53 buffer.writeColor(fColor); in flatten()
H A DSkWriteBuffer.cpp75 void SkBinaryWriteBuffer::writeColor(SkColor color) { in writeColor() function in SkBinaryWriteBuffer
/third_party/skia/tools/debugger/
H A DJsonWriteBuffer.h33 void writeColor(SkColor color) override;
H A DJsonWriteBuffer.cpp95 void JsonWriteBuffer::writeColor(SkColor color) { in writeColor() function in JsonWriteBuffer
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DPixelRoutine.hpp57 void writeColor(int index, const Pointer<Byte> &cBuffer, const Int &x, Vector4f &color, const Int &sMask, const Int &zMask, const Int &cMask);
59 void writeColor(int index, const Pointer<Byte> &cBuffer, const Int &x, Vector4s &current, const Int &sMask, const Int &zMask, const Int &cMask);
H A DPixelProgram.cpp310 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()
H A DPixelRoutine.cpp1239 void PixelRoutine::writeColor(int index, const Pointer<Byte> &cBuffer, const Int &x, Vector4s &current, const Int &sMask, const Int &zMask, const Int &cMask) in writeColor() function in sw::PixelRoutine
2553 void PixelRoutine::writeColor(int index, const Pointer<Byte> &cBuffer, const Int &x, Vector4f &color, const Int &sMask, const Int &zMask, const Int &cMask) in writeColor() function in sw::PixelRoutine
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DD3DImageFormatConversionTest.cpp58 // Uses ColorStructType::writeColor to populate initial data for a texture, pass it to
60 // ::writeColor.
93 ColorStructType::writeColor(&(pixels[i]), &(srcColorF[i])); in runTest()
126 // Validation test for rx::R4G4B4A4's writeColor functions
132 // Validation test for rx::R5G5B5A1's writeColor functions
138 // Validation test for rx::R5G6B5's writeColor functions
144 // Validation test for rx::R8G8B8A8's writeColor functions
150 // Validation test for rx::R8G8B8's writeColor functions
H A DTextureUploadFormatTest.cpp134 ColorT::writeColor(&encoded, &srcValsF); in EncodeThenZeroAndCopy()
H A DSixteenBppTextureTest.cpp32 R5G6B5::writeColor(&rgb565, &colorf); in Convert565()
/third_party/skia/src/shaders/
H A DSkColorShader.cpp29 buffer.writeColor(fColor); in flatten()
/third_party/skia/src/effects/imagefilters/
H A DSkDropShadowImageFilter.cpp101 buffer.writeColor(fColor); in flatten()
/third_party/skia/src/gpu/dawn/
H A DGrDawnProgramBuilder.cpp389 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/
H A 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
2355 clientBufferWrapper.writeColor(data, dataSize); in doSampleTest()
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.h429 void flushColorWrite(bool writeColor);
H A DGrGLGpu.cpp2813 void GrGLGpu::flushColorWrite(bool writeColor) { in flushColorWrite() argument
2814 if (!writeColor) { in flushColorWrite()

Completed in 34 milliseconds