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

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLPathRendering.cpp 78 fHWProjectionMatrixState.invalidate();
401 if (renderTargetOrigin == fHWProjectionMatrixState.fRenderTargetOrigin &&
402 renderTargetSize == fHWProjectionMatrixState.fRenderTargetSize &&
403 matrix.cheapEqualTo(fHWProjectionMatrixState.fViewMatrix)) {
407 fHWProjectionMatrixState.fViewMatrix = matrix;
408 fHWProjectionMatrixState.fRenderTargetSize = renderTargetSize;
409 fHWProjectionMatrixState.fRenderTargetOrigin = renderTargetOrigin;
412 fHWProjectionMatrixState.getRTAdjustedGLMatrix<4>(glMatrix);
GrGLPathRendering.h 132 GrGLProgram::MatrixState fHWProjectionMatrixState;

Completed in 464 milliseconds