Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.h219 const VertexAttribState& getStateAndEnableDirty(int location, bool *enableChanged);
DGLClientState.cpp274 const GLClientState::VertexAttribState& GLClientState::getStateAndEnableDirty(int location, bool *e… in getStateAndEnableDirty() function in GLClientState
/device/generic/goldfish-opengl/system/GLESv1_enc/
DGLEncoder.cpp398 … const GLClientState::VertexAttribState& state = m_state->getStateAndEnableDirty(i, &enableDirty); in sendVertexData()
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp925 … const GLClientState::VertexAttribState& state = m_state->getStateAndEnableDirty(i, &enableDirty); in sendVertexAttributes()