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

  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLDecoderContextData.h 30 POINTSIZE_LOCATION = 3,
GLClientState.h 41 POINTSIZE_LOCATION = 3,
335 const GLClientState::VertexAttribState *state = getState(GLClientState::POINTSIZE_LOCATION);
341 const GLClientState::VertexAttribState *state = getState(GLClientState::POINTSIZE_LOCATION);
407 const GLClientState::VertexAttribState *state = getState(GLClientState::POINTSIZE_LOCATION);
GLClientState.cpp 45 m_states[POINTSIZE_LOCATION].glConst = GL_POINT_SIZE_ARRAY_OES;
144 retval = int(POINTSIZE_LOCATION);
182 state = getState(GLClientState::POINTSIZE_LOCATION);
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLDecoderContextData.h 30 POINTSIZE_LOCATION = 3,
GLClientState.h 41 POINTSIZE_LOCATION = 3,
335 const GLClientState::VertexAttribState *state = getState(GLClientState::POINTSIZE_LOCATION);
341 const GLClientState::VertexAttribState *state = getState(GLClientState::POINTSIZE_LOCATION);
407 const GLClientState::VertexAttribState *state = getState(GLClientState::POINTSIZE_LOCATION);
GLClientState.cpp 45 m_states[POINTSIZE_LOCATION].glConst = GL_POINT_SIZE_ARRAY_OES;
144 retval = int(POINTSIZE_LOCATION);
182 state = getState(GLClientState::POINTSIZE_LOCATION);
  /sdk/emulator/opengl/host/libs/GLESv1_dec/
GLDecoder.cpp 181 STORE_POINTER_DATA_OR_ABORT(GLDecoderContextData::POINTSIZE_LOCATION);
183 ctx->glPointSizePointerOES(type, 0, ctx->m_contextData->pointerData(GLDecoderContextData::POINTSIZE_LOCATION));
  /device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoder.cpp 289 ctx->m_state->setState(GLClientState::POINTSIZE_LOCATION, 1, type, false, stride, data);
448 case GLClientState::POINTSIZE_LOCATION:
473 case GLClientState::POINTSIZE_LOCATION:
    [all...]

Completed in 69 milliseconds