Searched refs:indices8 (Results 1 – 2 of 2) sorted by relevance
/external/deqp/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 …]
|
/external/angle/src/tests/gl_tests/ |
D | StateChangeTest.cpp | 1628 auto indices8 = std::vector<GLubyte>{0, 1, 2, 1, 2, 3}; in TEST_P() 1641 glBufferData(GL_ELEMENT_ARRAY_BUFFER, indices8.size() * sizeof(GLubyte), &indices8[0], in TEST_P() 1695 auto indices8 = std::vector<GLubyte>{0, 1, 2, 2, 3, 0}; in TEST_P() 1708 glBufferData(GL_ELEMENT_ARRAY_BUFFER, indices8.size() * sizeof(GLubyte), &indices8[0], in TEST_P() 1763 auto indices8 = std::vector<GLubyte>{0, 1, 2, 1, 2, 3}; in TEST_P() 1776 glBufferData(GL_ELEMENT_ARRAY_BUFFER, indices8.size() * sizeof(GLubyte), &indices8[0], in TEST_P()
|