Searched refs:supportedArrays (Results 1 – 4 of 4) sorted by relevance
30 static bool supportedArrays(GLenum arr);
75 bool GLEScmValidate::supportedArrays(GLenum arr) { in supportedArrays() function in GLEScmValidate
895 SET_ERROR_IF(!GLEScmValidate::supportedArrays(array),GL_INVALID_ENUM) in glDisableClientState()930 SET_ERROR_IF(!GLEScmValidate::supportedArrays(array),GL_INVALID_ENUM) in glEnableClientState()
323 if (GLEScmValidate::supportedArrays(it.first) && in postLoadRestoreCtx()