Searched refs:getTransformFeedbackActiveUnpaused (Results 1 - 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
H A DGLClientState.h392 bool getTransformFeedbackActiveUnpaused() const;
H A DGLClientState.cpp1721 bool GLClientState::getTransformFeedbackActiveUnpaused() const { function in class:GLClientState
/device/generic/goldfish-opengl/system/GLESv2_enc/
H A DGL2Encoder.cpp1212 SET_ERROR_IF(ctx->m_state->getTransformFeedbackActiveUnpaused(), GL_INVALID_OPERATION);
3819 SET_ERROR_IF(ctx->m_state->getTransformFeedbackActiveUnpaused(), GL_INVALID_OPERATION);
3910 SET_ERROR_IF(ctx->m_state->getTransformFeedbackActiveUnpaused(), GL_INVALID_OPERATION);
5042 SET_ERROR_IF(ctx->m_state->getTransformFeedbackActiveUnpaused(), GL_INVALID_OPERATION);

Completed in 18 milliseconds