Home
last modified time | relevance | path

Searched defs:dataColor (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DReadPixelsTest.cpp144 GLColor *dataColor = static_cast<GLColor *>(mappedPtr); in TEST_P() local
178 GLColor *dataColor = static_cast<GLColor *>(mappedPtr); in TEST_P() local
214 GLColor *dataColor = static_cast<GLColor *>(mappedPtr); in TEST_P() local
245 GLColor *dataColor = static_cast<GLColor *>(mappedPtr); in TEST_P() local
281 GLColor *dataColor = static_cast<GLColor *>(mappedPtr); in TEST_P() local
338 GLColor *dataColor = static_cast<GLColor *>(mappedPtr); in TEST_P() local
390 GLColor *dataColor = static_cast<GLColor *>(mappedPtr); in TEST_P() local
422 GLColor *dataColor = static_cast<GLColor *>(mappedPtr); in TEST_P() local
455 GLColor *dataColor = static_cast<GLColor *>(mappedPtr); in TEST_P() local
486 GLColor *dataColor = static_cast<GLColor *>(mappedPtr); in TEST_P() local
[all …]
DMultisampledRenderToTextureTest.cpp932 GLColor *dataColor = static_cast<GLColor *>(mappedPtr); in readPixelsTestCommon() local
DShaderStorageBufferTest.cpp515 GLColor *dataColor = static_cast<GLColor *>(mappedPtr); in TEST_P() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcPackedDepthStencilTests.cpp1188 std::vector<GLuint> dataColor(TEX_SIZE * TEX_SIZE, 0); in doReadPixels() local
2685 std::vector<GLuint> dataColor(TEX_SIZE * TEX_SIZE, 0); in iterate() local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
DViewableTaggedData.java51 private Color dataColor; field in ViewableTaggedData.Style