Searched refs:execVertexFetch (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fBufferTestUtil.cpp | 585 static void execVertexFetch(T *dst, const T *src, const uint8_t *indices, int numIndices) in execVertexFetch() function 649 … execVertexFetch(&fetchedPos[0], &positions[0], refPtr + offset + curOffset, numBytesToVerify); in verify() 650 … execVertexFetch(&fetchedColor[0], &colors[0], refPtr + offset + curOffset, numBytesToVerify); in verify()
|
/external/deqp/modules/glshared/ |
D | glsBufferTestUtil.cpp | 809 static void execVertexFetch(T *dst, const T *src, const uint8_t *indices, int numIndices) in execVertexFetch() function 882 … execVertexFetch(&fetchedPos[0], &positions[0], refPtr + offset + curOffset, numBytesToVerify); in verify() 883 … execVertexFetch(&fetchedColor[0], &colors[0], refPtr + offset + curOffset, numBytesToVerify); in verify()
|