Home
last modified time | relevance | path

Searched refs:R8G8B8A8 (Results 1 – 9 of 9) sorted by relevance

/external/angle/src/image_util/
Dloadimage_etc.cpp401 static R8G8B8A8 createRGBA(int red, int green, int blue, int alpha) in createRGBA()
403 R8G8B8A8 rgba; in createRGBA()
411 static R8G8B8A8 createRGBA(int red, int green, int blue) in createRGBA()
479 R8G8B8A8 subblockColors0[4]; in decodeIndividualOrDifferentialBlock()
480 R8G8B8A8 subblockColors1[4]; in decodeIndividualOrDifferentialBlock()
495 R8G8B8A8 *row = reinterpret_cast<R8G8B8A8 *>(curPixel); in decodeIndividualOrDifferentialBlock()
505 R8G8B8A8 *row = reinterpret_cast<R8G8B8A8 *>(curPixel); in decodeIndividualOrDifferentialBlock()
519 R8G8B8A8 *row = reinterpret_cast<R8G8B8A8 *>(curPixel); in decodeIndividualOrDifferentialBlock()
561 const R8G8B8A8 paintColors[4] = { in decodeTBlock()
571 R8G8B8A8 *row = reinterpret_cast<R8G8B8A8 *>(curPixel); in decodeTBlock()
[all …]
Dimageformats.h146 struct R8G8B8A8 struct
153 static void readColor(gl::ColorF *dst, const R8G8B8A8 *src); argument
154 static void readColor(gl::ColorUI *dst, const R8G8B8A8 *src);
155 static void writeColor(R8G8B8A8 *dst, const gl::ColorF *src);
156 static void writeColor(R8G8B8A8 *dst, const gl::ColorUI *src);
157 static void average(R8G8B8A8 *dst, const R8G8B8A8 *src1, const R8G8B8A8 *src2);
Dimageformats.cpp323 void R8G8B8A8::readColor(gl::ColorUI *dst, const R8G8B8A8 *src) in readColor()
331 void R8G8B8A8::readColor(gl::ColorF *dst, const R8G8B8A8 *src) in readColor()
339 void R8G8B8A8::writeColor(R8G8B8A8 *dst, const gl::ColorUI *src) in writeColor()
347 void R8G8B8A8::writeColor(R8G8B8A8 *dst, const gl::ColorF *src) in writeColor()
355 void R8G8B8A8::average(R8G8B8A8 *dst, const R8G8B8A8 *src1, const R8G8B8A8 *src2) in average()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_format.c71 MAP_FORMAT_NORM(R8G8B8A8)
72 MAP_FORMAT_SCALED(R8G8B8A8)
73 MAP_FORMAT_INT(R8G8B8A8)
74 MAP_FORMAT_SRGB(R8G8B8A8)
/external/mesa3d/src/panfrost/lib/
Dpan_format.c43 BFMT2(L8_UNORM, R8G8B8A8, R8),
44 BFMT2(L8A8_UNORM, R8G8B8A8, R8G8),
45 BFMT2(I8_UNORM, R8G8B8A8, R8),
46 BFMT2(A8_UNORM, R8G8B8A8, R8),
47 BFMT2(R8_UNORM, R8G8B8A8, R8),
48 BFMT2(R8G8_UNORM, R8G8B8A8, R8G8),
49 BFMT2(R8G8B8_UNORM, R8G8B8A8, R8G8B8),
51 BFMT(B8G8R8A8_UNORM, R8G8B8A8),
52 BFMT(B8G8R8X8_UNORM, R8G8B8A8),
53 BFMT(A8R8G8B8_UNORM, R8G8B8A8),
[all …]
/external/angle/src/libANGLE/renderer/
DFormat_table_autogen.cpp220 …LESS, GL_RGBA8, GL_RGBA8, GenerateMip<R8G8B8A8>, NoCopyFunctions, ReadColor<R8G8B8A8, GLfloat>, Wr…
221 …_ALPHA8, GL_SRGB8_ALPHA8, GenerateMip<R8G8B8A8>, NoCopyFunctions, ReadColor<R8G8B8A8, GLfloat>, Wr…
222 …, GL_RGBA8UI, GL_RGBA8UI, GenerateMip<R8G8B8A8>, NoCopyFunctions, ReadColor<R8G8B8A8, GLuint>, Wri…
223 …NORM, GL_RGBA8, GL_RGBA8, GenerateMip<R8G8B8A8>, NoCopyFunctions, ReadColor<R8G8B8A8, GLfloat>, Wr…
225 … GL_RGBA8_USCALED_ANGLEX, GenerateMip<R8G8B8A8>, NoCopyFunctions, ReadColor<R8G8B8A8, GLuint>, Wri…
/external/angle/src/tests/gl_tests/
DD3DImageFormatConversionTest.cpp147 runTest<R8G8B8A8>(GL_RGBA, GL_UNSIGNED_BYTE); in TEST_P()
/external/angle/src/libANGLE/renderer/gl/
DBlitGL.cpp778 readFunction = angle::ReadColor<angle::R8G8B8A8, GLuint>; in copySubTextureCPUReadback()
784 readFunction = angle::ReadColor<angle::R8G8B8A8, GLfloat>; in copySubTextureCPUReadback()
/external/angle/src/libANGLE/renderer/metal/shaders/
Dcopy_buffer.metal317 // R8G8B8A8 generic