OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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,
341
const GLClientState::VertexAttribState *state = getState(GLClientState::
POINTSIZE_LOCATION
);
347
const GLClientState::VertexAttribState *state = getState(GLClientState::
POINTSIZE_LOCATION
);
413
const GLClientState::VertexAttribState *state = getState(GLClientState::
POINTSIZE_LOCATION
);
GLClientState.cpp
46
m_states[
POINTSIZE_LOCATION
].glConst = GL_POINT_SIZE_ARRAY_OES;
145
retval = int(
POINTSIZE_LOCATION
);
183
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
44
m_states[
POINTSIZE_LOCATION
].glConst = GL_POINT_SIZE_ARRAY_OES;
143
retval = int(
POINTSIZE_LOCATION
);
181
state = getState(GLClientState::
POINTSIZE_LOCATION
);
/sdk/emulator/opengl/host/libs/GLESv1_dec/
GLDecoder.cpp
185
STORE_POINTER_DATA_OR_ABORT(GLDecoderContextData::
POINTSIZE_LOCATION
);
187
ctx->glPointSizePointerOES(type, 0, ctx->m_contextData->pointerData(GLDecoderContextData::
POINTSIZE_LOCATION
));
/device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoder.cpp
291
ctx->m_state->setState(GLClientState::
POINTSIZE_LOCATION
, 1, type, false, stride, data);
450
case GLClientState::
POINTSIZE_LOCATION
:
475
case GLClientState::
POINTSIZE_LOCATION
:
[
all
...]
Completed in 427 milliseconds