Home | History | Annotate | Download | only in renderstate

Lines Matching refs:MeshState

46     mMeshState = new MeshState();
177 meshState().unbindMeshBuffer();
178 meshState().unbindIndicesBuffer();
179 meshState().resetVertexPointers();
180 meshState().disableTexCoordsVertexArray();
295 meshState().bindMeshBuffer(vertices.bufferObject);
296 meshState().bindPositionVertexPointer(vertices.position, vertices.stride);
299 meshState().bindIndicesBuffer(indices.bufferObject);
323 meshState().enableTexCoordsVertexArray();
324 meshState().bindTexCoordsVertexPointer(vertices.texCoord, vertices.stride);
326 meshState().disableTexCoordsVertexArray();
360 if (indices.bufferObject == meshState().getQuadListIBO()) {
367 meshState().bindPositionVertexPointer(vertexData, vertices.stride);
369 meshState().bindTexCoordsVertexPointer(
400 meshState().dump();