Home
last modified time | relevance | path

Searched refs:GrSLCombinedSamplerTypeForTextureType (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/gpu/gl/
DGrGLUniformHandler.cpp82 GrSLCombinedSamplerTypeForTextureType(type), in addSampler()
DGrGLGpu.cpp3061 GrSLType samplerType = GrSLCombinedSamplerTypeForTextureType(srcTex->textureType()); in createCopyProgram()
4118 switch (GrSLCombinedSamplerTypeForTextureType(texture->textureType())) { in TextureToCopyProgramIdx()
/third_party/skia/src/gpu/vk/
DGrVkUniformHandler.cpp262 GrSLCombinedSamplerTypeForTextureType(backendFormat.textureType()), in addSampler()
/third_party/skia/src/gpu/mtl/
DGrMtlUniformHandler.mm248 GrSLCombinedSamplerTypeForTextureType(type),
/third_party/skia/include/private/
DGrTypesPriv.h538 static inline GrSLType GrSLCombinedSamplerTypeForTextureType(GrTextureType type) { in GrSLCombinedSamplerTypeForTextureType() function