Home
last modified time | relevance | path

Searched refs:GLClientState (Results 1 – 4 of 4) sorted by relevance

/sdk/emulator/opengl/shared/OpenglCodecCommon/
DGLClientState.h35 class GLClientState {
78 GLClientState(int nLocations = CODEC_MAX_VERTEX_ATTRIBUTES);
79 ~GLClientState();
269 … const GLClientState::VertexAttribState *state = getState(GLClientState::VERTEX_LOCATION); in getClientStateParameter()
275 … const GLClientState::VertexAttribState *state = getState(GLClientState::VERTEX_LOCATION); in getClientStateParameter()
281 … const GLClientState::VertexAttribState *state = getState(GLClientState::VERTEX_LOCATION); in getClientStateParameter()
287 const GLClientState::VertexAttribState *state = getState(GLClientState::COLOR_LOCATION); in getClientStateParameter()
293 const GLClientState::VertexAttribState *state = getState(GLClientState::COLOR_LOCATION); in getClientStateParameter()
299 const GLClientState::VertexAttribState *state = getState(GLClientState::COLOR_LOCATION); in getClientStateParameter()
305 … const GLClientState::VertexAttribState *state = getState(GLClientState::NORMAL_LOCATION); in getClientStateParameter()
[all …]
DGLClientState.cpp28 GLClientState::GLClientState(int nLocations) in GLClientState() function in GLClientState
69 GLClientState::~GLClientState() in ~GLClientState()
74 void GLClientState::enable(int location, int state) in enable()
84 void GLClientState::setState(int location, int size, GLenum type, GLboolean normalized, GLsizei str… in setState()
98 void GLClientState::setBufferObject(int location, GLuint id) in setBufferObject()
107 const GLClientState::VertexAttribState * GLClientState::getState(int location) in getState()
115 const GLClientState::VertexAttribState * GLClientState::getStateAndEnableDirty(int location, bool *… in getStateAndEnableDirty()
129 int GLClientState::getLocation(GLenum loc) in getLocation()
161 void GLClientState::getClientStatePointer(GLenum pname, GLvoid** params) in getClientStatePointer()
163 const GLClientState::VertexAttribState *state = NULL; in getClientStatePointer()
[all …]
DMakefile6 CXXFILES = TcpStream.cpp GLClientState.cpp glUtils.cpp
DAndroid.mk7 GLClientState.cpp \