HomeSort by relevance Sort by last modified time
    Searched defs:GLClientState (Results 1 - 2 of 2) sorted by null

  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.cpp 16 #include "GLClientState.h"
24 GLClientState::GLClientState(int nLocations)
59 GLClientState::~GLClientState()
64 void GLClientState::enable(int location, int state)
74 void GLClientState::setState(int location, int size, GLenum type, GLboolean normalized, GLsizei stride, const void *data)
88 void GLClientState::setBufferObject(int location, GLuint id)
97 const GLClientState::VertexAttribState * GLClientState::getState(int location
    [all...]
GLClientState.h 35 class GLClientState {
74 GLClientState(int nLocations = CODEC_MAX_VERTEX_ATTRIBUTES);
75 ~GLClientState();
191 const GLClientState::VertexAttribState *state = getState(GLClientState::VERTEX_LOCATION);
197 const GLClientState::VertexAttribState *state = getState(GLClientState::VERTEX_LOCATION);
203 const GLClientState::VertexAttribState *state = getState(GLClientState::VERTEX_LOCATION);
209 const GLClientState::VertexAttribState *state = getState(GLClientState::COLOR_LOCATION)
    [all...]

Completed in 410 milliseconds