Home
last modified time | relevance | path

Searched refs:GrSLCombinedSamplerTypeForTextureType (Results 1 – 10 of 10) 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/flutter/skia/src/gpu/gl/
DGrGLUniformHandler.cpp76 sampler.fVariable.setType(GrSLCombinedSamplerTypeForTextureType(type)); in addSampler()
DGrGLGpu.cpp3216 GrSLCombinedSamplerTypeForTextureType(srcTex->texturePriv().textureType()); in createCopyProgram()
4237 switch (GrSLCombinedSamplerTypeForTextureType(texture->texturePriv().textureType())) { in TextureToCopyProgramIdx()
/third_party/flutter/skia/src/gpu/vk/
DGrVkUniformHandler.cpp270 info.fVariable.setType(GrSLCombinedSamplerTypeForTextureType(type)); in addSampler()
/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/flutter/skia/src/gpu/mtl/
DGrMtlUniformHandler.mm258 info.fVariable.setType(GrSLCombinedSamplerTypeForTextureType(type));
/third_party/skia/include/private/
DGrTypesPriv.h538 static inline GrSLType GrSLCombinedSamplerTypeForTextureType(GrTextureType type) { in GrSLCombinedSamplerTypeForTextureType() function
/third_party/flutter/skia/include/private/
DGrTypesPriv.h523 static inline GrSLType GrSLCombinedSamplerTypeForTextureType(GrTextureType type) { in GrSLCombinedSamplerTypeForTextureType() function