Home
last modified time | relevance | path

Searched refs:execVertexFetch (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fBufferTestUtil.cpp585 static void execVertexFetch(T *dst, const T *src, const uint8_t *indices, int numIndices) in execVertexFetch() function
649execVertexFetch(&fetchedPos[0], &positions[0], refPtr + offset + curOffset, numBytesToVerify); in verify()
650execVertexFetch(&fetchedColor[0], &colors[0], refPtr + offset + curOffset, numBytesToVerify); in verify()
/external/deqp/modules/glshared/
DglsBufferTestUtil.cpp809 static void execVertexFetch(T *dst, const T *src, const uint8_t *indices, int numIndices) in execVertexFetch() function
882execVertexFetch(&fetchedPos[0], &positions[0], refPtr + offset + curOffset, numBytesToVerify); in verify()
883execVertexFetch(&fetchedColor[0], &colors[0], refPtr + offset + curOffset, numBytesToVerify); in verify()