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,
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 44 m_states[COLOR_LOCATION].glConst = GL_COLOR_ARRAY;
141 retval = int(COLOR_LOCATION);
174 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 44 m_states[COLOR_LOCATION].glConst = GL_COLOR_ARRAY;
141 retval = int(COLOR_LOCATION);
174 state = getState(GLClientState::COLOR_LOCATION);
  /sdk/emulator/opengl/host/libs/GLESv1_dec/
GLDecoder.cpp 152 STORE_POINTER_DATA_OR_ABORT(GLDecoderContextData::COLOR_LOCATION);
154 ctx->glColorPointer(size, type, 0, ctx->m_contextData->pointerData(GLDecoderContextData::COLOR_LOCATION));
  /device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoder.cpp 282 ctx->m_state->setState(GLClientState::COLOR_LOCATION, size, type, false, stride, data);
433 case GLClientState::COLOR_LOCATION:
477 case GLClientState::COLOR_LOCATION:
    [all...]

Completed in 131 milliseconds