Lines Matching refs:getStateCache
501 intptr_t drawStatesError = context->getStateCache().getBasicDrawStatesErrorString( in ValidateDrawBase()
506 GLenum errorCode = context->getStateCache().getBasicDrawElementsErrorCode(); in ValidateDrawBase()
511 if (!context->getStateCache().isValidDrawMode(mode)) in ValidateDrawBase()
824 context->getStateCache().getVertexAttribTypeValidation(type)); in ValidateFloatVertexFormat()
835 context->getStateCache().getIntegerVertexAttribTypeValidation(type)); in ValidateIntegerVertexFormat()
1062 if (maxVertex >= context->getStateCache().getNonInstancedVertexElementLimit() || in ValidateDrawAttribs()
1063 context->getStateCache().getInstancedVertexElementLimit() < 1) in ValidateDrawAttribs()
1111 const GLint64 limit = context->getStateCache().getInstancedVertexElementLimit(); in ValidateDrawInstancedAttribs()
1162 if (context->getStateCache().isTransformFeedbackActiveUnpaused() && in ValidateDrawArraysCommon()
1182 if (!context->getStateCache().isValidDrawElementsType(type)) in ValidateDrawElementsBase()
1195 intptr_t drawElementsError = context->getStateCache().getBasicDrawElementsError(context); in ValidateDrawElementsBase()