HomeSort by relevance Sort by last modified time
    Searched refs:orthoMatrix (Results 1 - 4 of 4) sorted by null

  /frameworks/base/libs/hwui/
BakedOpRenderer.cpp 164 mRenderTarget.orthoMatrix.loadOrtho(width, height);
222 mRenderState.render(glop, mRenderTarget.orthoMatrix);
239 mRenderState.render(glop, mRenderTarget.orthoMatrix);
351 mRenderState.render(glop, mRenderTarget.orthoMatrix);
BakedOpRenderer.h 143 Matrix4 orthoMatrix;
  /frameworks/base/libs/hwui/renderstate/
RenderState.h 93 void render(const Glop& glop, const Matrix4& orthoMatrix);
RenderState.cpp 238 void RenderState::render(const Glop& glop, const Matrix4& orthoMatrix) {
255 fill.program->set(orthoMatrix,

Completed in 127 milliseconds