Home
last modified time | relevance | path

Searched refs:kTextureExternalSampler (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/core/
DSkSLTypeShared.cpp48 case SkSLType::kTextureExternalSampler: return "samplerExternalOES"; in SkSLTypeString()
79 case SkSLType::kTextureExternalSampler: in SkSLTypeIsFullPrecisionNumericType()
155 case SkSLType::kTextureExternalSampler: in SkSLTypeMatrixSize()
169 case SkSLType::kTextureExternalSampler: in SkSLTypeIsCombinedSamplerType()
DSkSLTypeShared.h53 kTextureExternalSampler, enumerator
87 case SkSLType::kTextureExternalSampler: in SkSLTypeIsFloatType()
154 case SkSLType::kTextureExternalSampler: in SkSLTypeIsIntegralType()
215 case SkSLType::kTextureExternalSampler: in SkSLTypeVecLength()
/external/skia/src/gpu/ganesh/vk/
DGrVkUniformHandler.cpp94 case SkSLType::kTextureExternalSampler: in sksltype_to_alignment_mask()
168 case SkSLType::kTextureExternalSampler: in sksltype_to_vk_size()
345 sampler.fVariable.getType() == SkSLType::kTextureExternalSampler); in appendUniformDecls()
DGrVkVaryingHandler.cpp62 case SkSLType::kTextureExternalSampler: in sksltype_to_location_size()
/external/skia/src/gpu/ganesh/
DGrSPIRVVaryingHandler.cpp62 case SkSLType::kTextureExternalSampler: in sksltype_to_location_size()
DGrSPIRVUniformHandler.cpp97 case SkSLType::kTextureExternalSampler: in sksltype_to_alignment_mask()
167 case SkSLType::kTextureExternalSampler: in sksltype_to_size()
DGrUtil.h60 return SkSLType::kTextureExternalSampler; in SkSLCombinedSamplerTypeForTextureType()
/external/skia/src/gpu/ganesh/mtl/
DGrMtlUniformHandler.mm79 case SkSLType::kTextureExternalSampler:
145 case SkSLType::kTextureExternalSampler:
/external/skia/src/gpu/ganesh/gl/
DGrGLGpu.cpp4533 case SkSLType::kTextureExternalSampler: in TextureToCopyProgramIdx()