Home
last modified time | relevance | path

Searched refs:orthoMatrix (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
DBakedOpRenderer.cpp164 mRenderTarget.orthoMatrix.loadOrtho(width, height); in setViewport()
218 mRenderState.render(glop, mRenderTarget.orthoMatrix); in drawRects()
235 mRenderState.render(glop, mRenderTarget.orthoMatrix); in setupStencilQuads()
347 mRenderState.render(glop, mRenderTarget.orthoMatrix); in renderGlopImpl()
DBakedOpRenderer.h143 Matrix4 orthoMatrix; member
/frameworks/base/libs/hwui/renderstate/
DRenderState.h107 void render(const Glop& glop, const Matrix4& orthoMatrix);
DRenderState.cpp260 void RenderState::render(const Glop& glop, const Matrix4& orthoMatrix) { in render() argument
277 fill.program->set(orthoMatrix, in render()