Home
last modified time | relevance | path

Searched defs:MatrixState (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLProgram.h94 struct MatrixState { struct
99 MatrixState() { this->invalidate(); } in MatrixState() function
100 void invalidate() { in invalidate()
110 template<int Size> void getGLMatrix(GrGLfloat* destMatrix) { in getGLMatrix()
117 template<int Size> void getRTAdjustedGLMatrix(GrGLfloat* destMatrix) { in getRTAdjustedGLMatrix()
139 void getRTAdjustmentVec(GrGLfloat* destVec) { in getRTAdjustmentVec()
/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGLProgram.h94 struct MatrixState { struct
99 MatrixState() { this->invalidate(); } in MatrixState() argument
100 void invalidate() { in invalidate()
110 template<int Size> void getGLMatrix(GrGLfloat* destMatrix) { in getGLMatrix()
117 template<int Size> void getRTAdjustedGLMatrix(GrGLfloat* destMatrix) { in getRTAdjustedGLMatrix()
139 void getRTAdjustmentVec(GrGLfloat* destVec) { in getRTAdjustmentVec()