Home
last modified time | relevance | path

Searched refs:ReadColor (Results 1 – 16 of 16) sorted by relevance

/external/angle/src/libANGLE/renderer/
DFormat_table_autogen.cpp35 …, GL_ALPHA16F_EXT, GL_ALPHA16F_EXT, GenerateMip<A16F>, NoCopyFunctions, ReadColor<A16F, GLfloat>, …
36 …1RGB5_ANGLEX, GL_A1RGB5_ANGLEX, GenerateMip<A1R5G5B5>, NoCopyFunctions, ReadColor<A1R5G5B5, GLfloa…
43 …, GL_ALPHA32F_EXT, GL_ALPHA32F_EXT, GenerateMip<A32F>, NoCopyFunctions, ReadColor<A32F, GLfloat>, …
44 …{ FormatID::A8_UNORM, GL_ALPHA8_EXT, GL_ALPHA8_EXT, GenerateMip<A8>, NoCopyFunctions, ReadColor<A8…
93 …_ANGLEX, GL_BGR10_A2_ANGLEX, GenerateMip<B10G10R10A2>, NoCopyFunctions, ReadColor<B10G10R10A2, GLf…
94 …ORM, GL_BGRA4_ANGLEX, GL_RGBA4, GenerateMip<A4R4G4B4>, NoCopyFunctions, ReadColor<A4R4G4B4, GLfloa…
95 … GL_BGR5_A1_ANGLEX, GL_RGB5_A1, GenerateMip<A1R5G5B5>, NoCopyFunctions, ReadColor<A1R5G5B5, GLfloa…
96 …ORM, GL_BGR565_ANGLEX, GL_RGB565, GenerateMip<B5G6R5>, NoCopyFunctions, ReadColor<B5G6R5, GLfloat>…
97 …SS, GL_BGRA8_EXT, GL_BGRA8_EXT, GenerateMip<B8G8R8A8>, NoCopyFunctions, ReadColor<B8G8R8A8, GLfloa…
98 …B_ANGLEX, GL_BGRA8_SRGB_ANGLEX, GenerateMip<B8G8R8A8>, NoCopyFunctions, ReadColor<B8G8R8A8, GLfloa…
[all …]
/external/pdfium/core/fpdfapi/page/
Dcpdf_meshstream.cpp200 std::tuple<float, float, float> CPDF_MeshStream::ReadColor() { in ReadColor() function in CPDF_MeshStream
243 std::tie(vertex->r, vertex->g, vertex->b) = ReadColor(); in ReadVertex()
262 std::tie(vertex.r, vertex.g, vertex.b) = ReadColor(); in ReadVertexRow()
Dcpdf_meshstream.h54 std::tuple<float, float, float> ReadColor();
/external/angle/src/image_util/
Dcopyimage.h22 void ReadColor(const uint8_t *source, uint8_t *dest);
Dcopyimage.inc12 void ReadColor(const uint8_t *source, uint8_t *dest)
/external/angle/src/tests/test_utils/
DANGLETest.h198 GLColor ReadColor(GLint x, GLint y);
222 EXPECT_EQ(angle::MakeGLColor(r, g, b, a), angle::ReadColor(x, y))
225 EXPECT_NE(angle::MakeGLColor(r, g, b, a), angle::ReadColor(x, y))
230 #define EXPECT_PIXEL_ALPHA_EQ(x, y, a) EXPECT_EQ(a, angle::ReadColor(x, y).A)
234 #define EXPECT_PIXEL_COLOR_EQ(x, y, angleColor) EXPECT_EQ(angleColor, angle::ReadColor(x, y))
237 angle::ReadColor(static_cast<GLint>(vec2.x()), static_cast<GLint>(vec2.y())))
DANGLETest.cpp277 GLColor ReadColor(GLint x, GLint y) in ReadColor() function
/external/angle/src/tests/gl_tests/
DReadOnlyFeedbackLoopTest.cpp146 EXPECT_EQ(depthColorValue, angle::ReadColor(width / 2, height / 2).R); in TEST_P()
DTextureUploadFormatTest.cpp224 const auto actual = ReadColor(0, 0); in TEST_P()
DFramebufferMultiviewTest.cpp146 return angle::ReadColor(x, y); in getLayerColor()
DTextureTest.cpp2185 angle::GLColor pixel = ReadColor(3 * width / 4, 3 * height / 4); in TEST_P()
5885 angle::GLColor pixel = ReadColor(3 * width / 4, 3 * height / 4); in TEST_P()
8034 GLColor actual = ReadColor(0, 0); in TEST_P()
9087 EXPECT_EQ(ReadColor(0, 0).R, 0); in TEST_P()
9088 EXPECT_EQ(ReadColor(width - 1, 0).R, 0); in TEST_P()
9089 EXPECT_EQ(ReadColor(0, height - 1).R, 0); in TEST_P()
9090 EXPECT_EQ(ReadColor(width - 1, height - 1).R, 0); in TEST_P()
DMultiviewDrawTest.cpp182 return ReadColor(x, y); in GetViewColor()
DStateChangeTest.cpp2302 EXPECT_NE(angle::ReadColor((getWindowWidth() / 4) * 3, 0), GLColor::black); in TEST_P()
2303 EXPECT_NE(angle::ReadColor((getWindowWidth() / 4) * 3, 0), GLColor::white); 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/pdfium/core/fpdfapi/render/
Dcpdf_rendershading.cpp831 std::tie(r, g, b) = stream.ReadColor(); in DrawCoonPatchMeshes()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp2281 std::tie(r, g, b) = stream.ReadColor(); in DrawShading()