Searched refs:mapPointerState (Results 1 – 1 of 1) sorted by relevance
472 StateQueryMemoryWriteGuard<GLvoid*> mapPointerState; in test() local473 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()