Home | History | Annotate | Download | only in OpenglCodecCommon

Lines Matching defs:GLClientState

98 class GLClientState {
192 GLClientState();
193 GLClientState(int majorVersion, int minorVersion);
194 ~GLClientState();
621 const GLClientState::VertexAttribState& state = getState(GLClientState::VERTEX_LOCATION);
627 const GLClientState::VertexAttribState& state = getState(GLClientState::VERTEX_LOCATION);
633 const GLClientState::VertexAttribState& state = getState(GLClientState::VERTEX_LOCATION);
639 const GLClientState::VertexAttribState& state = getState(GLClientState::COLOR_LOCATION);
645 const GLClientState::VertexAttribState& state = getState(GLClientState::COLOR_LOCATION);
651 const GLClientState::VertexAttribState& state = getState(GLClientState::COLOR_LOCATION);
657 const GLClientState::VertexAttribState& state = getState(GLClientState::NORMAL_LOCATION);
663 const GLClientState::VertexAttribState& state = getState(GLClientState::NORMAL_LOCATION);
669 const GLClientState::VertexAttribState& state = getState(getActiveTexture() + GLClientState::TEXCOORD0_LOCATION);
675 const GLClientState::VertexAttribState& state = getState(getActiveTexture() + GLClientState::TEXCOORD0_LOCATION);
681 const GLClientState::VertexAttribState& state = getState(getActiveTexture() + GLClientState::TEXCOORD0_LOCATION);
687 const GLClientState::VertexAttribState& state = getState(GLClientState::POINTSIZE_LOCATION);
693 const GLClientState::VertexAttribState& state = getState(GLClientState::POINTSIZE_LOCATION);
699 const GLClientState::VertexAttribState& state = getState(GLClientState::MATRIXINDEX_LOCATION);
705 const GLClientState::VertexAttribState& state = getState(GLClientState::MATRIXINDEX_LOCATION);
711 const GLClientState::VertexAttribState& state = getState(GLClientState::MATRIXINDEX_LOCATION);
717 const GLClientState::VertexAttribState& state = getState(GLClientState::WEIGHT_LOCATION);
723 const GLClientState::VertexAttribState& state = getState(GLClientState::WEIGHT_LOCATION);
729 const GLClientState::VertexAttribState& state = getState(GLClientState::WEIGHT_LOCATION);
735 const GLClientState::VertexAttribState& state = getState(GLClientState::VERTEX_LOCATION);
741 const GLClientState::VertexAttribState& state = getState(GLClientState::NORMAL_LOCATION);
747 const GLClientState::VertexAttribState& state = getState(GLClientState::COLOR_LOCATION);
753 const GLClientState::VertexAttribState& state = getState(getActiveTexture()+GLClientState::TEXCOORD0_LOCATION);
759 const GLClientState::VertexAttribState& state = getState(GLClientState::POINTSIZE_LOCATION);
765 const GLClientState::VertexAttribState& state = getState(GLClientState::MATRIXINDEX_LOCATION);
771 const GLClientState::VertexAttribState& state = getState(GLClientState::WEIGHT_LOCATION);