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

  /external/skia/src/gpu/
GrDrawState.h 341 void setViewMatrix(const GrMatrix& m) { fViewMatrix = m; }
416 fDrawState->setViewMatrix(fSavedMatrix);
420 ds->setViewMatrix(newMatrix);
426 fDrawState->setViewMatrix(fSavedMatrix);
GrDefaultPathRenderer.cpp 494 drawState->setViewMatrix(GrMatrix::I());
GrDrawTarget.cpp     [all...]
GrAAConvexPathRenderer.cpp 445 drawState->setViewMatrix(GrMatrix::I());
GrAAHairLinePathRenderer.cpp 619 drawState->setViewMatrix(GrMatrix::I());
GrGpu.cpp 597 drawState->setViewMatrix(GrMatrix::I());
    [all...]
GrContext.cpp     [all...]
  /external/skia/src/gpu/gl/
GrGpuGLShaders.cpp 347 fHWDrawState.setViewMatrix(matrix);
751 fHWDrawState.setViewMatrix(GrMatrix::InvalidMatrix());
    [all...]
GrGpuGL.cpp 440 fHWDrawState.setViewMatrix(GrMatrix::InvalidMatrix());
    [all...]

Completed in 72 milliseconds