Searched defs:textureData (Results 1 – 10 of 10) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/gles1/ |
D | DrawTextureTest.cpp | 76 std::array<GLColor, 2> textureData = { in TEST_P() local
|
/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/ |
D | CopyTexImageTest.cpp | 675 const GLColor *textureData) in initialize3DTexture() 690 const GLColor *textureData) in initialize2DTexture() 702 const GLColor *textureData) in initialize2DTextureUShort4444()
|
D | IncompleteTextureTest.cpp | 102 std::vector<GLColor> textureData(kTextureSize * kTextureSize, GLColor::red); in TEST_P() local
|
D | WebGLCompatibilityTest.cpp | 2940 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
|
D | ReadPixelsTest.cpp | 535 std::vector<GLuint> textureData(layers * layerSize); in initializeTextureData() local
|
D | GLSLTest.cpp | 7904 GLColor textureData(127, 18, 189, 211); in TEST_P() local
|
/device/generic/vulkan-cereal/third-party/angle/src/tests/perf_tests/ |
D | ClearPerf.cpp | 131 std::vector<float> textureData(params.textureSize * params.textureSize * 4, 0.5); in drawBenchmark() local
|
D | TexturesPerf.cpp | 176 std::vector<GLubyte> textureData(textureSize * textureSize * 4); in initTextures() local
|
/device/generic/vulkan-cereal/third-party/angle/src/tests/test_utils/ |
D | MultiviewTest.cpp | 71 std::vector<GLubyte> textureData; in CreateMultiviewBackingTextures() local
|
/device/generic/vulkan-cereal/third-party/angle/src/tests/egl_tests/ |
D | EGLSurfaceTest.cpp | 1336 std::vector<Color<uint8_t>> textureData(kTextureWidth * kTextureHeight, kOpaqueBlack); in TEST_P() local
|