Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
H A 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()

Completed in 2 milliseconds