Home
last modified time | relevance | path

Searched refs:kMat33f_GrSLType (Results 1 – 5 of 5) sorted by relevance

/external/skia/include/gpu/
DGrTypesPriv.h25 kMat33f_GrSLType, enumerator
74 GR_STATIC_ASSERT(5 == kMat33f_GrSLType); in GrSLTypeVectorCount()
102 GR_STATIC_ASSERT(5 == kMat33f_GrSLType); in GrSLTypeIsFloatType()
/external/skia/src/gpu/gl/
DGrGLPrimitiveProcessor.cpp60 kMat33f_GrSLType, kHigh_GrSLPrecision, in addUniformViewMatrix()
DGrGLProgramDataManager.cpp186 SkASSERT(uni.fType == kMat33f_GrSLType); in setMatrix3f()
214 SkASSERT(uni.fType == kMat33f_GrSLType); in setMatrix3fv()
DGrGLGeometryProcessor.cpp48 kMat33f_GrSLType, precision, in emitTransforms()
DGrGLSL.h74 case kMat33f_GrSLType: in GrGLSLTypeString()