Home | History | Annotate | Download | only in functional

Lines Matching defs:initialState

1724 		StateQueryMemoryWriteGuard<GLvoid*> initialState;
1725 glGetVertexAttribPointerv(0, GL_VERTEX_ATTRIB_ARRAY_POINTER, &initialState);
1726 initialState.verifyValidity(m_testCtx);
1727 checkPointerEquals(m_testCtx, initialState, 0);