OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getStateAndEnableDirty
(Results
1 - 6
of
6
) sorted by null
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLClientState.h
89
const VertexAttribState *
getStateAndEnableDirty
(int location, bool *enableChanged);
GLClientState.cpp
115
const GLClientState::VertexAttribState * GLClientState::
getStateAndEnableDirty
(int location, bool *enableChanged)
/sdk/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.h
89
const VertexAttribState *
getStateAndEnableDirty
(int location, bool *enableChanged);
GLClientState.cpp
115
const GLClientState::VertexAttribState * GLClientState::
getStateAndEnableDirty
(int location, bool *enableChanged)
/device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoder.cpp
399
const GLClientState::VertexAttribState *state = m_state->
getStateAndEnableDirty
(i, &enableDirty);
[
all
...]
/device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.cpp
409
const GLClientState::VertexAttribState *state = m_state->
getStateAndEnableDirty
(i, &enableDirty);
[
all
...]
Completed in 3691 milliseconds