Home | History | Annotate | Download | only in OpenglCodecCommon

Lines Matching refs:GLClientState

16 #include "GLClientState.h"
28 GLClientState::GLClientState(int nLocations)
70 GLClientState::~GLClientState()
75 void GLClientState::enable(int location, int state)
85 void GLClientState::setState(int location, int size, GLenum type, GLboolean normalized, GLsizei stride, const void *data)
99 void GLClientState::setBufferObject(int location, GLuint id)
108 const GLClientState::VertexAttribState * GLClientState::getState(int location)
116 const GLClientState::VertexAttribState * GLClientState::getStateAndEnableDirty(int location, bool *enableChanged)
130 int GLClientState::getLocation(GLenum loc)
162 void GLClientState::getClientStatePointer(GLenum pname, GLvoid** params)
164 const GLClientState::VertexAttribState *state = NULL;
167 state = getState(GLClientState::VERTEX_LOCATION);
171 state = getState(GLClientState::NORMAL_LOCATION);
175 state = getState(GLClientState::COLOR_LOCATION);
179 state = getState(getActiveTexture() + GLClientState::TEXCOORD0_LOCATION);
183 state = getState(GLClientState::POINTSIZE_LOCATION);
187 state = getState(GLClientState::MATRIXINDEX_LOCATION);
191 state = getState(GLClientState::WEIGHT_LOCATION);
199 int GLClientState::setPixelStore(GLenum param, GLint value)
226 size_t GLClientState::pixelDataSize(GLsizei width, GLsizei height, GLenum format, GLenum type, int pack) const
246 GLenum GLClientState::setActiveTextureUnit(GLenum texture)
256 GLenum GLClientState::getActiveTextureUnit() const
261 void GLClientState::enableTextureTarget(GLenum target)
273 void GLClientState::disableTextureTarget(GLenum target)
285 GLenum GLClientState::getPriorityEnabledTarget(GLenum allDisabled) const
297 int GLClientState::compareTexId(const void* pid, const void* prec)
304 GLenum GLClientState::bindTexture(GLenum target, GLuint texture,
341 GLClientState::TextureRec* GLClientState::addTextureRec(GLuint id,
379 GLuint GLClientState::getBoundTexture(GLenum target) const
391 void GLClientState::deleteTextures(GLsizei n, const GLuint* textures)