Lines Matching refs:rasterizer
133 return static_cast<egl_context_t*>(gl->rasterizer.base); in context()
606 gl->rasterizer.procs.colorBuffer(gl, &buffer); in bindDrawSurface()
607 if (depth.data != gl->rasterizer.state.buffers.depth.data) in bindDrawSurface()
608 gl->rasterizer.procs.depthBuffer(gl, &depth); in bindDrawSurface()
621 gl->rasterizer.procs.readBuffer(gl, &buffer); in bindReadSurface()
705 gl->rasterizer.procs.colorBuffer(gl, &buffer); in bindDrawSurface()
706 if (depth.data != gl->rasterizer.state.buffers.depth.data) in bindDrawSurface()
707 gl->rasterizer.procs.depthBuffer(gl, &depth); in bindDrawSurface()
719 gl->rasterizer.procs.readBuffer(gl, &buffer); in bindReadSurface()
788 gl->rasterizer.procs.colorBuffer(gl, &pbuffer); in bindDrawSurface()
789 if (depth.data != gl->rasterizer.state.buffers.depth.data) in bindDrawSurface()
790 gl->rasterizer.procs.depthBuffer(gl, &depth); in bindDrawSurface()
795 gl->rasterizer.procs.readBuffer(gl, &pbuffer); in bindReadSurface()
1693 egl_context_t* c = static_cast<egl_context_t*>(gl->rasterizer.base); in eglCreateContext()