Home
last modified time | relevance | path

Searched refs:COLOR_LOCATION (Results 1 – 4 of 4) sorted by relevance

/sdk/emulator/opengl/shared/OpenglCodecCommon/
DGLClientState.h40 COLOR_LOCATION = 2, enumerator
287 const GLClientState::VertexAttribState *state = getState(GLClientState::COLOR_LOCATION); in getClientStateParameter()
293 const GLClientState::VertexAttribState *state = getState(GLClientState::COLOR_LOCATION); in getClientStateParameter()
299 const GLClientState::VertexAttribState *state = getState(GLClientState::COLOR_LOCATION); in getClientStateParameter()
395 const GLClientState::VertexAttribState *state = getState(GLClientState::COLOR_LOCATION); in getClientStateParameter()
DGLDecoderContextData.h29 COLOR_LOCATION = 2, enumerator
DGLClientState.cpp44 m_states[COLOR_LOCATION].glConst = GL_COLOR_ARRAY; in GLClientState()
141 retval = int(COLOR_LOCATION); in getLocation()
174 state = getState(GLClientState::COLOR_LOCATION); in getClientStatePointer()
/sdk/emulator/opengl/host/libs/GLESv1_dec/
DGLDecoder.cpp152 STORE_POINTER_DATA_OR_ABORT(GLDecoderContextData::COLOR_LOCATION); in s_glColorPointerData()
154 …ColorPointer(size, type, 0, ctx->m_contextData->pointerData(GLDecoderContextData::COLOR_LOCATION)); in s_glColorPointerData()