Searched refs:indices8 (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuCompressedTexture.cpp | 1500 const deUint8* const indices8 = &src[4]; 1506 (indices8[0] >> 0) & 0x3, 1507 (indices8[0] >> 2) & 0x3, 1508 (indices8[0] >> 4) & 0x3, 1509 (indices8[0] >> 6) & 0x3, 1510 (indices8[1] >> 0) & 0x3, 1511 (indices8[1] >> 2) & 0x3, 1512 (indices8[1] >> 4) & 0x3, 1513 (indices8[1] >> 6) & 0x3, 1514 (indices8[ 1553 const deUint8* const indices8 = &src[12]; decompressBc2() local 1627 const deUint8* const indices8 = &src[12]; decompressBc3() local [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | StateChangeTest.cpp | 1820 auto indices8 = std::vector<GLubyte>{0, 1, 2, 1, 2, 3}; in TEST_P() local 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 in TEST_P() local [all...] |
Completed in 8 milliseconds