• Home
  • Raw
  • Download

Lines Matching refs:glInterface

20 #define GL_CALL(X) GR_GL_CALL(this->glInterface(), X)
21 #define GL_CALL_RET(RET, X) GR_GL_CALL_RET(this->glInterface(), RET, X)
183 fbo_test(this->glInterface(), 0, 0); in GrGpuGL()
211 const GrGLInterface* gl = this->glInterface(); in initCaps()
729 CLEAR_ERROR_BEFORE_ALLOC(this->glInterface()); in uploadTexData()
733 GL_ALLOC_CALL(this->glInterface(), in uploadTexData()
742 GL_ALLOC_CALL(this->glInterface(), in uploadTexData()
751 GL_ALLOC_CALL(this->glInterface(), in uploadTexData()
761 GrGLenum error = CHECK_ALLOC_ERROR(this->glInterface()); in uploadTexData()
1099 CLEAR_ERROR_BEFORE_ALLOC(this->glInterface()); in createStencilBufferForRenderTarget()
1109 GL_ALLOC_CALL(this->glInterface(), in createStencilBufferForRenderTarget()
1114 (GR_GL_NO_ERROR == CHECK_ALLOC_ERROR(this->glInterface())); in createStencilBufferForRenderTarget()
1120 get_stencil_rb_sizes(this->glInterface(), sbID, &format); in createStencilBufferForRenderTarget()
1210 CLEAR_ERROR_BEFORE_ALLOC(this->glInterface()); in onCreateVertexBuffer()
1212 GL_ALLOC_CALL(this->glInterface(), in onCreateVertexBuffer()
1218 if (CHECK_ALLOC_ERROR(this->glInterface()) != GR_GL_NO_ERROR) { in onCreateVertexBuffer()
1239 CLEAR_ERROR_BEFORE_ALLOC(this->glInterface()); in onCreateIndexBuffer()
1241 GL_ALLOC_CALL(this->glInterface(), in onCreateIndexBuffer()
1247 if (CHECK_ALLOC_ERROR(this->glInterface()) != GR_GL_NO_ERROR) { in onCreateIndexBuffer()
1286 scissor.pushToGLScissor(this->glInterface()); in flushScissor()
1569 vp.pushToGLViewport(this->glInterface()); in flushRenderTarget()
1868 set_gl_stencil(this->glInterface(), in flushStencil()
1872 set_gl_stencil(this->glInterface(), in flushStencil()
1877 set_gl_stencil(this->glInterface(), in flushStencil()
2066 this->glInterface()); in bindTexture()