Searched refs:indices8 (Results 1 – 3 of 3) sorted by relevance
/third_party/vk-gl-cts/framework/common/ |
D | tcuCompressedTexture.cpp | 1500 const deUint8* const indices8 = &src[4]; in decompressBc1() local 1506 (indices8[0] >> 0) & 0x3, in decompressBc1() 1507 (indices8[0] >> 2) & 0x3, in decompressBc1() 1508 (indices8[0] >> 4) & 0x3, in decompressBc1() 1509 (indices8[0] >> 6) & 0x3, in decompressBc1() 1510 (indices8[1] >> 0) & 0x3, in decompressBc1() 1511 (indices8[1] >> 2) & 0x3, in decompressBc1() 1512 (indices8[1] >> 4) & 0x3, in decompressBc1() 1513 (indices8[1] >> 6) & 0x3, in decompressBc1() 1514 (indices8[2] >> 0) & 0x3, in decompressBc1() [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | StateChangeTest.cpp | 1569 auto indices8 = std::vector<GLubyte>{0, 1, 2, 1, 2, 3}; in TEST_P() 1582 glBufferData(GL_ELEMENT_ARRAY_BUFFER, indices8.size() * sizeof(GLubyte), &indices8[0], in TEST_P() 1636 auto indices8 = std::vector<GLubyte>{0, 1, 2, 2, 3, 0}; in TEST_P() 1649 glBufferData(GL_ELEMENT_ARRAY_BUFFER, indices8.size() * sizeof(GLubyte), &indices8[0], in TEST_P() 1704 auto indices8 = std::vector<GLubyte>{0, 1, 2, 1, 2, 3}; in TEST_P() 1717 glBufferData(GL_ELEMENT_ARRAY_BUFFER, indices8.size() * sizeof(GLubyte), &indices8[0], in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | StateChangeTest.cpp | 1820 auto indices8 = std::vector<GLubyte>{0, 1, 2, 1, 2, 3}; in TEST_P() 1833 glBufferData(GL_ELEMENT_ARRAY_BUFFER, indices8.size() * sizeof(GLubyte), &indices8[0], in TEST_P() 1887 std::vector<GLubyte> indices8 = {0, 1, 2, 2, 3, 0}; in TEST_P() local 1900 glBufferData(GL_ELEMENT_ARRAY_BUFFER, indices8.size() * sizeof(GLubyte), &indices8[0], in TEST_P() 1957 std::vector<GLubyte> indices8 = {0, 1, 2, 2, 3, 0}; in TEST_P() local 1970 glBufferData(GL_ELEMENT_ARRAY_BUFFER, indices8.size() * sizeof(GLubyte), &indices8[0], in TEST_P() 2025 auto indices8 = std::vector<GLubyte>{0, 1, 2, 1, 2, 3}; in TEST_P() 2038 glBufferData(GL_ELEMENT_ARRAY_BUFFER, indices8.size() * sizeof(GLubyte), &indices8[0], in TEST_P()
|