Home
last modified time | relevance | path

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

/external/skqp/include/private/
DGrTypesPriv.h381 kTexture2DSampler_GrSLType, enumerator
460 case kTexture2DSampler_GrSLType: in GrSLTypeIsFloatType()
541 case kTexture2DSampler_GrSLType: in GrSLTypeVecLength()
553 return kTexture2DSampler_GrSLType; in GrSLCombinedSamplerTypeForTextureType()
560 return kTexture2DSampler_GrSLType; in GrSLCombinedSamplerTypeForTextureType()
579 case kTexture2DSampler_GrSLType: in GrSLTypeIsCombinedSamplerType()
630 case kTexture2DSampler_GrSLType: in GrSLTypeAcceptsPrecision()
705 case kTexture2DSampler_GrSLType: in GrSLTypeTemporarilyAcceptsPrecision()
/external/skqp/src/gpu/vk/
DGrVkUniformHandler.cpp84 case kTexture2DSampler_GrSLType: in grsltype_to_alignment_mask()
166 case kTexture2DSampler_GrSLType: in grsltype_to_vk_size()
308 SkASSERT(sampler.fVariable.getType() == kTexture2DSampler_GrSLType); in appendUniformDecls()
DGrVkVaryingHandler.cpp57 case kTexture2DSampler_GrSLType: in grsltype_to_location_size()
/external/skia/src/gpu/vk/
DGrVkUniformHandler.cpp87 case kTexture2DSampler_GrSLType: in grsltype_to_alignment_mask()
177 case kTexture2DSampler_GrSLType: in grsltype_to_vk_size()
329 SkASSERT(sampler.fVariable.getType() == kTexture2DSampler_GrSLType || in appendUniformDecls()
DGrVkVaryingHandler.cpp58 case kTexture2DSampler_GrSLType: in grsltype_to_location_size()
/external/skqp/src/gpu/glsl/
DGrGLSL.cpp51 case kTexture2DSampler_GrSLType: in GrGLSLTypeString()
/external/skia/src/gpu/glsl/
DGrGLSL.cpp56 case kTexture2DSampler_GrSLType: return "sampler2D"; in GrGLSLTypeString()
/external/skia/include/private/
DGrTypesPriv.h330 kTexture2DSampler_GrSLType, enumerator
393 case kTexture2DSampler_GrSLType: in GR_MAKE_BITFIELD_OPS()
476 case kTexture2DSampler_GrSLType: in GrSLTypeIsIntegralType()
553 case kTexture2DSampler_GrSLType: in GrSLTypeVecLength()
567 return kTexture2DSampler_GrSLType; in GrSLCombinedSamplerTypeForTextureType()
595 case kTexture2DSampler_GrSLType: in GrSLTypeIsCombinedSamplerType()
/external/skia/src/gpu/
DGrSPIRVVaryingHandler.cpp61 case kTexture2DSampler_GrSLType: in grsltype_to_location_size()
DGrSPIRVUniformHandler.cpp94 case kTexture2DSampler_GrSLType: in grsltype_to_alignment_mask()
176 case kTexture2DSampler_GrSLType: in grsltype_to_size()
/external/skia/src/gpu/mtl/
DGrMtlUniformHandler.mm91 case kTexture2DSampler_GrSLType:
175 case kTexture2DSampler_GrSLType:
289 SkASSERT(sampler.fVariable.getType() == kTexture2DSampler_GrSLType);
/external/skqp/src/gpu/mtl/
DGrMtlUniformHandler.mm81 case kTexture2DSampler_GrSLType:
163 case kTexture2DSampler_GrSLType:
289 SkASSERT(sampler.fVariable.getType() == kTexture2DSampler_GrSLType);
/external/skia/src/gpu/gl/
DGrGLGpu.cpp3156 GrShaderVar uTexture("u_texture", kTexture2DSampler_GrSLType, in createMipmapProgram()
4089 case kTexture2DSampler_GrSLType: in TextureToCopyProgramIdx()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp3453 GrShaderVar uTexture("u_texture", kTexture2DSampler_GrSLType, in createMipmapProgram()
4310 case kTexture2DSampler_GrSLType: in TextureToCopyProgramIdx()