Home
last modified time | relevance | path

Searched refs:kMat44f_GrSLType (Results 1 – 8 of 8) sorted by relevance

/external/skia/include/gpu/
DGrTypesPriv.h25 kMat44f_GrSLType, enumerator
87 GR_STATIC_ASSERT(6 == kMat44f_GrSLType); in GrSLTypeVectorCount()
120 GR_STATIC_ASSERT(6 == kMat44f_GrSLType); in GrSLTypeIsFloatType()
141 GR_STATIC_ASSERT(6 == kMat44f_GrSLType); in GrSLTypeIsIntType()
182 GR_STATIC_ASSERT(6 == kMat44f_GrSLType); in GrSLTypeSize()
/external/skia/src/gpu/effects/
DGrBicubicEffect.cpp52 kMat44f_GrSLType, kDefault_GrSLPrecision, in emitCode()
64 GrGLSLShaderVar("coefficients", kMat44f_GrSLType), in emitCode()
DGrYUVEffect.cpp106 kMat44f_GrSLType, kDefault_GrSLPrecision, in emitCode()
/external/skia/src/gpu/vk/
DGrVkProgramDataManager.cpp255 SkASSERT(uni.fType == kMat44f_GrSLType); in setMatrix4f()
274 SkASSERT(uni.fType == kMat44f_GrSLType); in setMatrix4fv()
DGrVkUniformHandler.cpp33 GR_STATIC_ASSERT(6 == kMat44f_GrSLType); in grsltype_to_alignment_mask()
/external/skia/src/gpu/gl/
DGrGLProgramDataManager.cpp219 SkASSERT(uni.fType == kMat44f_GrSLType); in setMatrix4f()
252 SkASSERT(uni.fType == kMat44f_GrSLType); in setMatrix4fv()
/external/skia/src/gpu/glsl/
DGrGLSL.h103 case kMat44f_GrSLType: in GrGLSLTypeString()
/external/skia/src/core/
DSkColorMatrixFilterRowMajor255.cpp261 kMat44f_GrSLType, kDefault_GrSLPrecision, in emitCode()