Home
last modified time | relevance | path

Searched refs:getActiveTexture (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.h232 int getActiveTexture() const { return m_activeTexture; } in getActiveTexture() function
644 GLint tex = getActiveTexture() + GL_TEXTURE0; in getClientStateParameter()
698 …const GLClientState::VertexAttribState& state = getState(getActiveTexture() + GLClientState::TEXCO… in getClientStateParameter()
704 …const GLClientState::VertexAttribState& state = getState(getActiveTexture() + GLClientState::TEXCO… in getClientStateParameter()
710 …const GLClientState::VertexAttribState& state = getState(getActiveTexture() + GLClientState::TEXCO… in getClientStateParameter()
782 …const GLClientState::VertexAttribState& state = getState(getActiveTexture()+GLClientState::TEXCOOR… in getClientStateParameter()
DGLClientState.cpp719 which_state = getActiveTexture() + GLClientState::TEXCOORD0_LOCATION; in getClientStatePointer()