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

  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLDecoderContextData.h 29 COLOR_LOCATION = 2,
GLClientState.h 40 COLOR_LOCATION = 2,
293 const GLClientState::VertexAttribState *state = getState(GLClientState::COLOR_LOCATION);
299 const GLClientState::VertexAttribState *state = getState(GLClientState::COLOR_LOCATION);
305 const GLClientState::VertexAttribState *state = getState(GLClientState::COLOR_LOCATION);
401 const GLClientState::VertexAttribState *state = getState(GLClientState::COLOR_LOCATION);
GLClientState.cpp 45 m_states[COLOR_LOCATION].glConst = GL_COLOR_ARRAY;
142 retval = int(COLOR_LOCATION);
175 state = getState(GLClientState::COLOR_LOCATION);
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLDecoderContextData.h 29 COLOR_LOCATION = 2,
GLClientState.h 40 COLOR_LOCATION = 2,
287 const GLClientState::VertexAttribState *state = getState(GLClientState::COLOR_LOCATION);
293 const GLClientState::VertexAttribState *state = getState(GLClientState::COLOR_LOCATION);
299 const GLClientState::VertexAttribState *state = getState(GLClientState::COLOR_LOCATION);
395 const GLClientState::VertexAttribState *state = getState(GLClientState::COLOR_LOCATION);
GLClientState.cpp 43 m_states[COLOR_LOCATION].glConst = GL_COLOR_ARRAY;
140 retval = int(COLOR_LOCATION);
173 state = getState(GLClientState::COLOR_LOCATION);
  /sdk/emulator/opengl/host/libs/GLESv1_dec/
GLDecoder.cpp 156 STORE_POINTER_DATA_OR_ABORT(GLDecoderContextData::COLOR_LOCATION);
158 ctx->glColorPointer(size, type, 0, ctx->m_contextData->pointerData(GLDecoderContextData::COLOR_LOCATION));
  /device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoder.cpp 284 ctx->m_state->setState(GLClientState::COLOR_LOCATION, size, type, false, stride, data);
435 case GLClientState::COLOR_LOCATION:
479 case GLClientState::COLOR_LOCATION:
    [all...]

Completed in 443 milliseconds