OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NORMAL_LOCATION
(Results
1 - 8
of
8
) sorted by null
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLDecoderContextData.h
28
NORMAL_LOCATION
= 1,
GLClientState.h
39
NORMAL_LOCATION
= 1,
311
const GLClientState::VertexAttribState *state = getState(GLClientState::
NORMAL_LOCATION
);
317
const GLClientState::VertexAttribState *state = getState(GLClientState::
NORMAL_LOCATION
);
395
const GLClientState::VertexAttribState *state = getState(GLClientState::
NORMAL_LOCATION
);
GLClientState.cpp
44
m_states[
NORMAL_LOCATION
].glConst = GL_NORMAL_ARRAY;
139
retval = int(
NORMAL_LOCATION
);
171
state = getState(GLClientState::
NORMAL_LOCATION
);
/sdk/emulator/opengl/shared/OpenglCodecCommon/
GLDecoderContextData.h
28
NORMAL_LOCATION
= 1,
GLClientState.h
39
NORMAL_LOCATION
= 1,
305
const GLClientState::VertexAttribState *state = getState(GLClientState::
NORMAL_LOCATION
);
311
const GLClientState::VertexAttribState *state = getState(GLClientState::
NORMAL_LOCATION
);
389
const GLClientState::VertexAttribState *state = getState(GLClientState::
NORMAL_LOCATION
);
GLClientState.cpp
42
m_states[
NORMAL_LOCATION
].glConst = GL_NORMAL_ARRAY;
137
retval = int(
NORMAL_LOCATION
);
169
state = getState(GLClientState::
NORMAL_LOCATION
);
/sdk/emulator/opengl/host/libs/GLESv1_dec/
GLDecoder.cpp
176
STORE_POINTER_DATA_OR_ABORT(GLDecoderContextData::
NORMAL_LOCATION
);
178
ctx->glNormalPointer(type, 0, ctx->m_contextData->pointerData(GLDecoderContextData::
NORMAL_LOCATION
));
/device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoder.cpp
277
ctx->m_state->setState(GLClientState::
NORMAL_LOCATION
, 3, type, false, stride, data);
431
case GLClientState::
NORMAL_LOCATION
:
471
case GLClientState::
NORMAL_LOCATION
:
[
all
...]
Completed in 57 milliseconds