Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/vk/
DGrVkUniformHandler.cpp76 case kTexture2DSampler_GrSLType: in grsltype_to_alignment_mask()
150 case kTexture2DSampler_GrSLType: in grsltype_to_vk_size()
315 SkASSERT(sampler.fVariable.getType() == kTexture2DSampler_GrSLType || in appendUniformDecls()
DGrVkVaryingHandler.cpp52 case kTexture2DSampler_GrSLType: in grsltype_to_location_size()
/third_party/skia/src/gpu/glsl/
DGrGLSL.cpp48 case kTexture2DSampler_GrSLType: return "sampler2D"; in GrGLSLTypeString()
/third_party/skia/include/private/
DGrTypesPriv.h330 kTexture2DSampler_GrSLType, enumerator
391 case kTexture2DSampler_GrSLType: in SK_MAKE_BITFIELD_OPS()
458 case kTexture2DSampler_GrSLType: in GrSLTypeIsIntegralType()
527 case kTexture2DSampler_GrSLType: in GrSLTypeVecLength()
541 return kTexture2DSampler_GrSLType; in GrSLCombinedSamplerTypeForTextureType()
569 case kTexture2DSampler_GrSLType: in GrSLTypeIsCombinedSamplerType()
/third_party/skia/src/gpu/
DGrSPIRVVaryingHandler.cpp55 case kTexture2DSampler_GrSLType: in grsltype_to_location_size()
DGrSPIRVUniformHandler.cpp83 case kTexture2DSampler_GrSLType: in grsltype_to_alignment_mask()
153 case kTexture2DSampler_GrSLType: in grsltype_to_size()
/third_party/skia/src/gpu/mtl/
DGrMtlUniformHandler.mm77 case kTexture2DSampler_GrSLType:
143 case kTexture2DSampler_GrSLType:
268 SkASSERT(sampler.fVariable.getType() == kTexture2DSampler_GrSLType);
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp3187 GrShaderVar uTexture("u_texture", kTexture2DSampler_GrSLType, in createMipmapProgram()
4119 case kTexture2DSampler_GrSLType: in TextureToCopyProgramIdx()