/external/angle/src/libANGLE/renderer/ |
D | Format_table_autogen.cpp | 36 …, GL_ALPHA16F_EXT, GL_ALPHA16F_EXT, GenerateMip<A16F>, NoCopyFunctions, ReadColor<A16F, GLfloat>, … 37 …1RGB5_ANGLEX, GL_A1RGB5_ANGLEX, GenerateMip<A1R5G5B5>, NoCopyFunctions, ReadColor<A1R5G5B5, GLfloa… 44 …, GL_ALPHA32F_EXT, GL_ALPHA32F_EXT, GenerateMip<A32F>, NoCopyFunctions, ReadColor<A32F, GLfloat>, … 45 …{ FormatID::A8_UNORM, GL_ALPHA8_EXT, GL_ALPHA8_EXT, GenerateMip<A8>, NoCopyFunctions, ReadColor<A8… 94 …_ANGLEX, GL_BGR10_A2_ANGLEX, GenerateMip<B10G10R10A2>, NoCopyFunctions, ReadColor<B10G10R10A2, GLf… 95 …ORM, GL_BGRA4_ANGLEX, GL_RGBA4, GenerateMip<A4R4G4B4>, NoCopyFunctions, ReadColor<A4R4G4B4, GLfloa… 96 … GL_BGR5_A1_ANGLEX, GL_RGB5_A1, GenerateMip<A1R5G5B5>, NoCopyFunctions, ReadColor<A1R5G5B5, GLfloa… 97 …ORM, GL_BGR565_ANGLEX, GL_RGB565, GenerateMip<B5G6R5>, NoCopyFunctions, ReadColor<B5G6R5, GLfloat>… 98 …SS, GL_BGRA8_EXT, GL_BGRA8_EXT, GenerateMip<B8G8R8A8>, NoCopyFunctions, ReadColor<B8G8R8A8, GLfloa… 99 …B_ANGLEX, GL_BGRA8_SRGB_ANGLEX, GenerateMip<B8G8R8A8>, NoCopyFunctions, ReadColor<B8G8R8A8, GLfloa… [all …]
|
/external/angle/src/image_util/ |
D | loadimage_paletted.cpp | 23 R8G8B8A8 ReadColor(const T *src) in ReadColor() function 76 return ReadColor<>(reinterpret_cast<const R8G8B8 *>(src)); in DecodeColor() 78 return ReadColor<>(reinterpret_cast<const R8G8B8A8 *>(src)); in DecodeColor() 90 return ReadColor<>(reinterpret_cast<const R5G6B5 *>(src)); in DecodeColor() 93 return ReadColor<>(reinterpret_cast<const R5G5B5A1 *>(src)); in DecodeColor() 102 return ReadColor<>(reinterpret_cast<const R4G4B4A4 *>(src)); in DecodeColor()
|
D | copyimage.h | 22 void ReadColor(const uint8_t *source, uint8_t *dest);
|
D | copyimage.inc | 12 void ReadColor(const uint8_t *source, uint8_t *dest)
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_meshstream.cpp | 203 FX_RGB_STRUCT<float> CPDF_MeshStream::ReadColor() const { in ReadColor() function in CPDF_MeshStream 237 vertex->rgb = ReadColor(); in ReadVertex() 256 vertex.rgb = ReadColor(); in ReadVertexRow()
|
D | cpdf_meshstream.h | 57 FX_RGB_STRUCT<float> ReadColor() const;
|
/external/angle/src/tests/test_utils/ |
D | ANGLETest.h | 204 GLColor ReadColor(GLint x, GLint y); 242 EXPECT_EQ(angle::MakeGLColor(r, g, b, a), angle::ReadColor(x, y)) 245 EXPECT_NE(angle::MakeGLColor(r, g, b, a), angle::ReadColor(x, y)) 250 #define EXPECT_PIXEL_ALPHA_EQ(x, y, a) EXPECT_EQ(a, angle::ReadColor(x, y).A) 253 EXPECT_NEAR(a, angle::ReadColor(x, y).A, abs_error); 257 #define EXPECT_PIXEL_COLOR_EQ(x, y, angleColor) EXPECT_EQ(angleColor, angle::ReadColor(x, y)) 260 angle::ReadColor(static_cast<GLint>(vec2.x()), static_cast<GLint>(vec2.y())))
|
D | ANGLETest.cpp | 298 GLColor ReadColor(GLint x, GLint y) in ReadColor() function
|
/external/angle/src/tests/egl_tests/ |
D | EGLRobustnessTest.cpp | 579 GLColor actualColor = angle::ReadColor(0, 0); in TEST_P() 659 GLColor actualColor = angle::ReadColor(0, 0); in TEST_P()
|
/external/angle/src/tests/gl_tests/ |
D | TextureUploadFormatTest.cpp | 224 const auto actual = ReadColor(0, 0); in TEST_P()
|
D | FramebufferMultiviewTest.cpp | 146 return angle::ReadColor(x, y); in getLayerColor()
|
D | ReadOnlyFeedbackLoopTest.cpp | 148 EXPECT_NEAR(depthColorValue, angle::ReadColor(width / 2, height / 2).R, 1); in TEST_P()
|
D | MultiviewDrawTest.cpp | 182 return ReadColor(x, y); in GetViewColor()
|
D | TextureTest.cpp | 2596 angle::GLColor pixel = ReadColor(3 * width / 4, 3 * height / 4); in TEST_P() 8288 angle::GLColor pixel = ReadColor(3 * width / 4, 3 * height / 4); in TEST_P() 10984 GLColor actual = ReadColor(0, 0); in TEST_P() 13693 EXPECT_EQ(ReadColor(0, 0).R, 0); in TEST_P() 13694 EXPECT_EQ(ReadColor(width - 1, 0).R, 0); in TEST_P() 13695 EXPECT_EQ(ReadColor(0, height - 1).R, 0); in TEST_P() 13696 EXPECT_EQ(ReadColor(width - 1, height - 1).R, 0); in TEST_P()
|
D | StateChangeTest.cpp | 2450 EXPECT_NE(angle::ReadColor((getWindowWidth() / 4) * 3, 0), GLColor::black); in TEST_P() 2451 EXPECT_NE(angle::ReadColor((getWindowWidth() / 4) * 3, 0), GLColor::white); in TEST_P() 7179 EXPECT_NE(angle::ReadColor(getWindowWidth() / 2, getWindowHeight() / 2), GLColor::black); in TEST_P() 7180 EXPECT_NE(angle::ReadColor(getWindowWidth() / 2, getWindowHeight() / 2), GLColor::white); in TEST_P()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | BlitGL.cpp | 842 readFunction = angle::ReadColor<angle::R8G8B8A8, GLuint>; in copySubTextureCPUReadback() 848 readFunction = angle::ReadColor<angle::R8G8B8A8, GLfloat>; in copySubTextureCPUReadback()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_rendershading.cpp | 852 FX_RGB_STRUCT<float> rgb = stream.ReadColor(); in DrawCoonPatchMeshes()
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.cpp | 1327 FX_RGB_STRUCT<float> rgb = stream.ReadColor(); in DrawShading()
|