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

  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLClientState.h 35 class GLClientState {
78 GLClientState(int nLocations = CODEC_MAX_VERTEX_ATTRIBUTES);
79 ~GLClientState();
269 const GLClientState::VertexAttribState *state = getState(GLClientState::VERTEX_LOCATION);
275 const GLClientState::VertexAttribState *state = getState(GLClientState::VERTEX_LOCATION);
281 const GLClientState::VertexAttribState *state = getState(GLClientState::VERTEX_LOCATION);
287 const GLClientState::VertexAttribState *state = getState(GLClientState::COLOR_LOCATION)
    [all...]
GLClientState.cpp 16 #include "GLClientState.h"
28 GLClientState::GLClientState(int nLocations)
69 GLClientState::~GLClientState()
74 void GLClientState::enable(int location, int state)
84 void GLClientState::setState(int location, int size, GLenum type, GLboolean normalized, GLsizei stride, const void *data)
98 void GLClientState::setBufferObject(int location, GLuint id)
107 const GLClientState::VertexAttribState * GLClientState::getState(int location
    [all...]
Makefile 6 CXXFILES = TcpStream.cpp GLClientState.cpp glUtils.cpp
Android.mk 7 GLClientState.cpp \
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.h 35 class GLClientState {
78 GLClientState(int nLocations = CODEC_MAX_VERTEX_ATTRIBUTES);
79 ~GLClientState();
269 const GLClientState::VertexAttribState *state = getState(GLClientState::VERTEX_LOCATION);
275 const GLClientState::VertexAttribState *state = getState(GLClientState::VERTEX_LOCATION);
281 const GLClientState::VertexAttribState *state = getState(GLClientState::VERTEX_LOCATION);
287 const GLClientState::VertexAttribState *state = getState(GLClientState::COLOR_LOCATION)
    [all...]
GLClientState.cpp 16 #include "GLClientState.h"
28 GLClientState::GLClientState(int nLocations)
69 GLClientState::~GLClientState()
74 void GLClientState::enable(int location, int state)
84 void GLClientState::setState(int location, int size, GLenum type, GLboolean normalized, GLsizei stride, const void *data)
98 void GLClientState::setBufferObject(int location, GLuint id)
107 const GLClientState::VertexAttribState * GLClientState::getState(int location
    [all...]
Makefile 6 CXXFILES = TcpStream.cpp GLClientState.cpp glUtils.cpp
Android.mk 7 GLClientState.cpp \
  /device/generic/goldfish/opengl/system/egl/
eglContext.h 19 #include "GLClientState.h"
44 GLClientState * getClientState(){ return clientState; }
47 GLClientState * clientState;
egl.cpp 23 #include "GLClientState.h"
147 clientState = new GLClientState();
    [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
ThreadInfo.h 35 GLClientState *clientState;
egl.cpp 497 wctx->clientState = new GLClientState();
  /device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoder.cpp 75 GLClientState* state = ctx->m_state;
90 *ptr = MIN(*ptr, GLClientState::MAX_TEXTURE_UNITS);
113 GLClientState* state = ctx->m_state;
129 *ptr = MIN(*ptr, (GLfloat)GLClientState::MAX_TEXTURE_UNITS);
152 GLClientState* state = ctx->m_state;
168 *ptr = MIN(*ptr, GLClientState::MAX_TEXTURE_UNITS << 16);
191 GLClientState* state = ctx->m_state;
268 ctx->m_state->setState(GLClientState::VERTEX_LOCATION, size, type, false, stride, data);
275 ctx->m_state->setState(GLClientState::NORMAL_LOCATION, 3, type, false, stride, data);
282 ctx->m_state->setState(GLClientState::COLOR_LOCATION, size, type, false, stride, data)
    [all...]
GLEncoder.h 20 #include "GLClientState.h"
29 void setClientState(GLClientState *state) {
48 GLClientState *m_state;
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.cpp 223 GLClientState* state = ctx->m_state;
247 *ptr = MIN(*ptr, GLClientState::MAX_TEXTURE_UNITS);
270 GLClientState* state = ctx->m_state;
295 *ptr = MIN(*ptr, (GLfloat)GLClientState::MAX_TEXTURE_UNITS);
318 GLClientState* state = ctx->m_state;
396 const GLClientState::VertexAttribState *va_state = ctx->m_state->getState(index);
409 const GLClientState::VertexAttribState *state = m_state->getStateAndEnableDirty(i, &enableDirty);
462 const GLClientState::VertexAttribState *state = ctx->m_state->getState(i);
826 GLClientState* state = ctx->m_state;
838 if (samplerVal < 0 || samplerVal >= GLClientState::MAX_TEXTURE_UNITS
    [all...]
GL2Encoder.h 20 #include "GLClientState.h"
29 void setClientState(GLClientState *state) {
33 const GLClientState *state() { return m_state; }
49 GLClientState *m_state;

Completed in 516 milliseconds