/external/angle/src/tests/egl_tests/ |
D | EGLStreamTest.cpp | 496 constexpr uint8_t texData[] = {0x10, 0x20, 0x30, 0x40}; in TEST_P() local 616 constexpr uint8_t texData[] = {0x10, 0x20, 0x30, 0x40, 0x50, 0x60}; in TEST_P() local 933 constexpr uint16_t texData[] = {0x1000, 0x2000, 0x3000, 0x4000, 0x5000, 0x6000}; in TEST_P() local
|
/external/angle/src/tests/gl_tests/ |
D | TimerQueriesTest.cpp | 192 std::vector<GLColor> texData{GLColor::black, GLColor::white, GLColor::white, GLColor::black}; in TEST_P() local
|
D | GLSLTest.cpp | 3954 GLint texData[2] = {i + 1, j + 1}; in TEST_P() local 4421 GLint texData[2] = {i + 1, j + 1}; in TEST_P() local 4485 GLint texData[4] = {i + 1, j + 1, k + 1, l + 1}; in TEST_P() local 4571 GLint texData[4] = {i + 1, j + 1, k + 1, l + 1}; in TEST_P() local 4635 GLint texData[4] = {i + 1, j + 1, k + 1, 1}; in TEST_P() local 4709 GLint texData[2] = {i + 1, j + 1}; in TEST_P() local 4769 GLint texData[2] = {i + 1, j + 1}; in TEST_P() local 4842 GLint texData[4] = {i + 1, j + 1, k + 1, l + 1}; in TEST_P() local 4921 GLint texData[3] = {i + 1, j + 1, k + 1}; in TEST_P() local 4943 GLint texData[3] = {7 + 1, 8 + 1, k + 1}; in TEST_P() local [all …]
|
D | TextureTest.cpp | 973 GLubyte texData[4]; in testSamplerArrayDraw() local 1945 GLubyte texData[4]; in TEST_P() local 1977 GLubyte texData[4]; in TEST_P() local 3478 std::vector<GLubyte> texData(2u * 2u * 2u, 125); in TEST_P() local 5400 GLubyte texData[4]; in TEST_P() local 5445 GLubyte texData[4]; in TEST_P() local 6431 std::vector<GLubyte> texData(4, 100); in uploadTexture() local 6437 std::vector<GLbyte> texData(4, 100); in uploadTexture() local 6684 std::vector<RGBA8> texData(16 * 16); in initTextures() local 8589 std::vector<uint32_t> texData(kFaceWidth * kFaceHeight, 0xFFFFFFFF); in TEST_P() local
|
D | WebGLCompatibilityTest.cpp | 4025 std::vector<GLColor> texData(4 * 4, GLColor::green); in TEST_P() local 5250 std::vector<GLColor> texData(kTexSize * kTexSize, GLColor::green); in TEST_P() local
|
/external/deqp/modules/gles3/stress/ |
D | es3sSpecialFloatTests.cpp | 1085 std::vector<deUint32> texData (TEST_TEXTURE_SIZE*TEST_TEXTURE_SIZE*2); in init() local 1108 std::vector<deUint32> texData (TEST_TEXTURE_SIZE*TEST_TEXTURE_SIZE); in init() local 1399 std::vector<deUint8> texData (TEST_TEXTURE_SIZE*TEST_TEXTURE_SIZE*4); in init() local
|
/external/deqp/modules/gles31/functional/ |
D | es31fStencilTexturingTests.cpp | 678 tcu::TextureCube texData (glu::mapGLInternalFormat(m_format), size); in iterate() local
|
D | es31fOpaqueTypeIndexingTests.cpp | 501 vector<deUint8> texData (numSamplers * texFormat.getPixelSize()); in iterate() local
|
/external/deqp/modules/gles2/stress/ |
D | es2sSpecialFloatTests.cpp | 1044 std::vector<deUint8> texData (TEST_TEXTURE_SIZE*TEST_TEXTURE_SIZE*4); in init() local
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktOpaqueTypeIndexingTests.cpp | 689 vector<deUint8> texData (numSamplers * texFormat.getPixelSize()); in iterate() local
|