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

  /external/skia/src/gpu/glsl/
GrGLSLUtil.h 17 template<int MatrixSize> void GrGLSLGetMatrix(float* dest, const SkMatrix& src);
GrGLSLUtil.cpp 11 template<> void GrGLSLGetMatrix<3>(float* dest, const SkMatrix& src) {
28 template<> void GrGLSLGetMatrix<4>(float* dest, const SkMatrix& src) {
  /external/skqp/src/gpu/glsl/
GrGLSLUtil.h 17 template<int MatrixSize> void GrGLSLGetMatrix(float* dest, const SkMatrix& src);
GrGLSLUtil.cpp 11 template<> void GrGLSLGetMatrix<3>(float* dest, const SkMatrix& src) {
28 template<> void GrGLSLGetMatrix<4>(float* dest, const SkMatrix& src) {
  /external/skia/src/gpu/gl/
GrGLPathRendering.h 121 GrGLSLGetMatrix<Size>(destMatrix, combined);
  /external/skqp/src/gpu/gl/
GrGLPathRendering.h 121 GrGLSLGetMatrix<Size>(destMatrix, combined);
  /external/skia/src/gpu/effects/
GrBezierEffect.cpp 35 GrGLSLGetMatrix<3>(viewMatrix, fViewMatrix);
287 GrGLSLGetMatrix<3>(viewMatrix, fViewMatrix);
487 GrGLSLGetMatrix<3>(viewMatrix, fViewMatrix);
494 GrGLSLGetMatrix<3>(devKLMMatrix, fDevKLMMatrix);
GrDistanceFieldGeoProc.cpp 459 GrGLSLGetMatrix<3>(matrix, fMatrix);
    [all...]
  /external/skqp/src/gpu/effects/
GrBezierEffect.cpp 35 GrGLSLGetMatrix<3>(viewMatrix, fViewMatrix);
287 GrGLSLGetMatrix<3>(viewMatrix, fViewMatrix);
487 GrGLSLGetMatrix<3>(viewMatrix, fViewMatrix);
494 GrGLSLGetMatrix<3>(devKLMMatrix, fDevKLMMatrix);
GrDistanceFieldGeoProc.cpp 451 GrGLSLGetMatrix<3>(matrix, fMatrix);
    [all...]
  /external/skia/src/gpu/
GrDefaultGeoProcFactory.cpp 199 GrGLSLGetMatrix<3>(viewMatrix, fViewMatrix);
  /external/skqp/src/gpu/
GrDefaultGeoProcFactory.cpp 199 GrGLSLGetMatrix<3>(viewMatrix, fViewMatrix);
  /external/skia/src/gpu/ops/
GrMSAAPathRenderer.cpp 177 GrGLSLGetMatrix<3>(viewMatrix, qp.viewMatrix());
GrOvalOpFactory.cpp     [all...]
  /external/skqp/src/gpu/ops/
GrMSAAPathRenderer.cpp 177 GrGLSLGetMatrix<3>(viewMatrix, qp.viewMatrix());
GrOvalOpFactory.cpp 496 GrGLSLGetMatrix<3>(viewMatrix, fViewMatrix);
    [all...]

Completed in 198 milliseconds