Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/glsl/
DGrGLSL.cpp50 case kTexture2DRectSampler_GrSLType: return "sampler2DRect"; in GrGLSLTypeString()
/third_party/skia/include/private/
DGrTypesPriv.h332 kTexture2DRectSampler_GrSLType, enumerator
393 case kTexture2DRectSampler_GrSLType: in SK_MAKE_BITFIELD_OPS()
460 case kTexture2DRectSampler_GrSLType: in GrSLTypeIsIntegralType()
529 case kTexture2DRectSampler_GrSLType: in GrSLTypeVecLength()
543 return kTexture2DRectSampler_GrSLType; in GrSLCombinedSamplerTypeForTextureType()
571 case kTexture2DRectSampler_GrSLType: in GrSLTypeIsCombinedSamplerType()
/third_party/skia/src/gpu/vk/
DGrVkVaryingHandler.cpp59 case kTexture2DRectSampler_GrSLType: in grsltype_to_location_size()
DGrVkUniformHandler.cpp78 case kTexture2DRectSampler_GrSLType: in grsltype_to_alignment_mask()
152 case kTexture2DRectSampler_GrSLType: in grsltype_to_vk_size()
/third_party/skia/src/gpu/
DGrSPIRVVaryingHandler.cpp59 case kTexture2DRectSampler_GrSLType: in grsltype_to_location_size()
DGrSPIRVUniformHandler.cpp85 case kTexture2DRectSampler_GrSLType: in grsltype_to_alignment_mask()
155 case kTexture2DRectSampler_GrSLType: in grsltype_to_size()
/third_party/skia/src/gpu/mtl/
DGrMtlUniformHandler.mm79 case kTexture2DRectSampler_GrSLType:
145 case kTexture2DRectSampler_GrSLType:
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp4121 case kTexture2DRectSampler_GrSLType: in TextureToCopyProgramIdx()