Searched refs:sourceColor (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/tests/gl_tests/ |
D | CopyTextureTest.cpp | 254 const uint8_t *sourceColor, in calculateCopyTextureResults() argument 262 color = GLColor(sourceColor[0], sourceColor[1], sourceColor[2], 255); in calculateCopyTextureResults() 265 color = GLColor(sourceColor[0], sourceColor[1], sourceColor[2], sourceColor[3]); in calculateCopyTextureResults() 268 color = GLColor(sourceColor[0], sourceColor[0], sourceColor[0], 255); in calculateCopyTextureResults() 271 color = GLColor(0, 0, 0, sourceColor[0]); in calculateCopyTextureResults() 274 color = GLColor(sourceColor[0], sourceColor[0], sourceColor[0], sourceColor[1]); in calculateCopyTextureResults() 277 color = GLColor(sourceColor[2], sourceColor[1], sourceColor[0], sourceColor[3]); in calculateCopyTextureResults() 1846 GLenum sourceType, const GLColor &sourceColor, in TEST_P() 1853 &sourceColor); in TEST_P() 1866 GLenum sourceType, const GLColor &sourceColor, in TEST_P() argument [all …]
|
D | CopyTexture3DTest.cpp | 69 const GLColor &sourceColor, in testCopy() argument 77 std::vector<GLColor> texDataColor(2u * 2u * 2u, sourceColor); in testCopy()
|
/external/angle/src/libANGLE/renderer/ |
D | renderer_utils.cpp | 542 gl::ColorF sourceColor; in CopyImageCHROMIUM() local 543 pixelReadFunction(sourcePixelData, reinterpret_cast<uint8_t *>(&sourceColor)); in CopyImageCHROMIUM() 545 conversionFunction(&sourceColor); in CopyImageCHROMIUM() 546 clipChannelsFunction(&sourceColor); in CopyImageCHROMIUM() 561 writeFunction(sourceColor, pixelWriteFunction, destPixelData); in CopyImageCHROMIUM()
|