Home
last modified time | relevance | path

Searched defs:textureData (Results 1 – 10 of 10) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/gles1/
DDrawTextureTest.cpp76 std::array<GLColor, 2> textureData = { in TEST_P() local
/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DCopyTexImageTest.cpp675 const GLColor *textureData) in initialize3DTexture()
690 const GLColor *textureData) in initialize2DTexture()
702 const GLColor *textureData) in initialize2DTextureUShort4444()
DIncompleteTextureTest.cpp102 std::vector<GLColor> textureData(kTextureSize * kTextureSize, GLColor::red); in TEST_P() local
DWebGLCompatibilityTest.cpp2940 constexpr float textureData[] = {15.1f, 0.0f, 0.0f, 0.0f}; in TEST_P() local
2975 constexpr float textureData[] = {33.33f, 0.0f, 0.0f, 0.0f}; in TEST_P() local
3010 constexpr float textureData[] = {-0.21f, 15.1f, 0.0f, 0.0f}; in TEST_P() local
3474 const GLushort textureData[] = { in TEST_P() local
3530 const GLushort textureData[] = { in TEST_P() local
3591 const GLushort textureData[] = { in TEST_P() local
3652 const GLushort textureData[] = { in TEST_P() local
DReadPixelsTest.cpp535 std::vector<GLuint> textureData(layers * layerSize); in initializeTextureData() local
DGLSLTest.cpp7904 GLColor textureData(127, 18, 189, 211); in TEST_P() local
/device/generic/vulkan-cereal/third-party/angle/src/tests/perf_tests/
DClearPerf.cpp131 std::vector<float> textureData(params.textureSize * params.textureSize * 4, 0.5); in drawBenchmark() local
DTexturesPerf.cpp176 std::vector<GLubyte> textureData(textureSize * textureSize * 4); in initTextures() local
/device/generic/vulkan-cereal/third-party/angle/src/tests/test_utils/
DMultiviewTest.cpp71 std::vector<GLubyte> textureData; in CreateMultiviewBackingTextures() local
/device/generic/vulkan-cereal/third-party/angle/src/tests/egl_tests/
DEGLSurfaceTest.cpp1336 std::vector<Color<uint8_t>> textureData(kTextureWidth * kTextureHeight, kOpaqueBlack); in TEST_P() local