Lines Matching refs:glInterface
34 #define GL_CALL(X) GR_GL_CALL(this->gpu()->glInterface(), X)
35 #define GL_CALL_RET(R, X) GR_GL_CALL_RET(this->gpu()->glInterface(), R, X)
39 GR_GL_CALL(gpu->glInterface(), DeleteShader(shaderIDs[i])); in cleanup_shaders()
45 GR_GL_CALL(gpu->glInterface(), DeleteProgram(programID)); in cleanup_program()
281 GR_GL_CALL_NOERRCHECK(this->gpu()->glInterface(), in finalize()
557 const GrGLInterface* gl = glGpu->glInterface(); in PrecompileProgram()
611 GR_GL_CALL(glGpu->glInterface(), BindAttribLocation(programID, i, in PrecompileProgram()
617 GR_GL_CALL(glGpu->glInterface(), in PrecompileProgram()
622 GR_GL_CALL(glGpu->glInterface(), in PrecompileProgram()
627 GR_GL_CALL(glGpu->glInterface(), LinkProgram(programID)); in PrecompileProgram()
629 GR_GL_CALL(glGpu->glInterface(), GetProgramiv(programID, GR_GL_LINK_STATUS, &linked)); in PrecompileProgram()