Lines Matching refs:GL_CALL
19 #define GL_CALL(X) GR_GL_CALL(this->gpu()->glInterface(), X)
77 GL_CALL(MatrixLoadIdentity(GR_GL_PATH_MODELVIEW));
108 GL_CALL(StencilFillPath(glPath->pathID(), fillMode, writeMask));
111 GL_CALL(StencilStrokePath(glPath->pathID(), 0xffff, writeMask));
136 GL_CALL(StencilFillPath(glPath->pathID(), fillMode, writeMask));
138 GL_CALL(StencilThenCoverStrokePath(glPath->pathID(), 0xffff, writeMask,
141 GL_CALL(StencilThenCoverFillPath(glPath->pathID(), fillMode, writeMask,
169 GL_CALL(ProgramPathFragmentInputGen(program, location, genMode, components, coefficients));
191 GL_CALL(MatrixLoadf(GR_GL_PATH_PROJECTION, glMatrix));
245 GL_CALL(DeletePaths(path, range));
261 GL_CALL(PathStencilFunc(GrToGLStencilFunc(test), ref, testMask));