Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fBufferObjectQueryTests.cpp472 StateQueryMemoryWriteGuard<GLvoid*> mapPointerState; in test() local
473 glGetBufferPointerv(GL_ARRAY_BUFFER, GL_BUFFER_MAP_POINTER, &mapPointerState); in test()
474 mapPointerState.verifyValidity(m_testCtx); in test()
475 checkPointerEquals(m_testCtx, mapPointerState, mapPointer); in test()