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()
222 mRenderState.render(glop, mRenderTarget.orthoMatrix); in drawRects()
239 mRenderState.render(glop, mRenderTarget.orthoMatrix); in setupStencilQuads()
351 mRenderState.render(glop, mRenderTarget.orthoMatrix); in renderGlopImpl()
DBakedOpRenderer.h143 Matrix4 orthoMatrix; member
/frameworks/base/libs/hwui/renderstate/
DRenderState.h93 void render(const Glop& glop, const Matrix4& orthoMatrix);
DRenderState.cpp238 void RenderState::render(const Glop& glop, const Matrix4& orthoMatrix) { in render() argument
255 fill.program->set(orthoMatrix, in render()