Lines Matching refs:renderState
119 inline CopyResult copyTextureInto(Caches& caches, RenderState& renderState, in copyTextureInto() argument
136 GLuint fbo = renderState.createFramebuffer(); in copyTextureInto()
177 renderState.bindFramebuffer(fbo); in copyTextureInto()
199 renderState.setViewport(destWidth, destHeight); in copyTextureInto()
200 renderState.scissor().setEnabled(false); in copyTextureInto()
201 renderState.blend().syncEnabled(); in copyTextureInto()
202 renderState.stencil().disable(); in copyTextureInto()
222 GlopBuilder(renderState, caches, &glop) in copyTextureInto()
231 renderState.render(glop, ortho, false); in copyTextureInto()
241 renderState.deleteFramebuffer(fbo); in copyTextureInto()
275 CopyResult copyResult = copyTextureInto(caches, mRenderThread.renderState(), in copyImageInto()
289 renderThread.renderState(), layer.getTexture(), layer.getTexTransform(), in copyLayerInto()