OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VERTEX_LOCATION
(Results
1 - 8
of
8
) sorted by null
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLDecoderContextData.h
27
VERTEX_LOCATION
= 0,
GLClientState.h
38
VERTEX_LOCATION
= 0,
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::
VERTEX_LOCATION
);
389
const GLClientState::VertexAttribState *state = getState(GLClientState::
VERTEX_LOCATION
);
GLClientState.cpp
43
m_states[
VERTEX_LOCATION
].glConst = GL_VERTEX_ARRAY;
136
retval = int(
VERTEX_LOCATION
);
167
state = getState(GLClientState::
VERTEX_LOCATION
);
/sdk/emulator/opengl/shared/OpenglCodecCommon/
GLDecoderContextData.h
27
VERTEX_LOCATION
= 0,
GLClientState.h
38
VERTEX_LOCATION
= 0,
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
);
383
const GLClientState::VertexAttribState *state = getState(GLClientState::
VERTEX_LOCATION
);
GLClientState.cpp
41
m_states[
VERTEX_LOCATION
].glConst = GL_VERTEX_ARRAY;
134
retval = int(
VERTEX_LOCATION
);
165
state = getState(GLClientState::
VERTEX_LOCATION
);
/sdk/emulator/opengl/host/libs/GLESv1_dec/
GLDecoder.cpp
147
STORE_POINTER_DATA_OR_ABORT(GLDecoderContextData::
VERTEX_LOCATION
);
149
ctx->glVertexPointer(size, type, 0, ctx->m_contextData->pointerData(GLDecoderContextData::
VERTEX_LOCATION
));
/device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoder.cpp
270
ctx->m_state->setState(GLClientState::
VERTEX_LOCATION
, size, type, false, stride, data);
427
case GLClientState::
VERTEX_LOCATION
:
467
case GLClientState::
VERTEX_LOCATION
:
[
all
...]
Completed in 543 milliseconds