Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLUniformHandler.cpp77 GrShaderVar{std::move(mangleName), GrSLCombinedSamplerTypeForTextureType(type), in addSampler()
DGrGLGpu.cpp3030 GrSLType samplerType = GrSLCombinedSamplerTypeForTextureType(srcTex->textureType()); in createCopyProgram()
4088 switch (GrSLCombinedSamplerTypeForTextureType(texture->textureType())) { in TextureToCopyProgramIdx()
/external/skqp/src/gpu/gl/
DGrGLUniformHandler.cpp80 sampler.fVariable.setType(GrSLCombinedSamplerTypeForTextureType(type)); in addSampler()
DGrGLGpu.cpp3321 GrSLCombinedSamplerTypeForTextureType(srcTex->texturePriv().textureType()); in createCopyProgram()
4309 switch (GrSLCombinedSamplerTypeForTextureType(texture->texturePriv().textureType())) { in TextureToCopyProgramIdx()
/external/skqp/src/gpu/vk/
DGrVkUniformHandler.cpp276 info.fVariable.setType(GrSLCombinedSamplerTypeForTextureType(type)); in addSampler()
/external/skia/src/gpu/vk/
DGrVkUniformHandler.cpp283 GrSLCombinedSamplerTypeForTextureType(backendFormat.textureType()), in addSampler()
/external/skia/src/gpu/mtl/
DGrMtlUniformHandler.mm274 GrShaderVar{std::move(mangleName), GrSLCombinedSamplerTypeForTextureType(type),
/external/skqp/src/gpu/mtl/
DGrMtlUniformHandler.mm268 info.fVariable.setType(GrSLCombinedSamplerTypeForTextureType(type));
/external/skqp/include/private/
DGrTypesPriv.h550 static inline GrSLType GrSLCombinedSamplerTypeForTextureType(GrTextureType type) { in GrSLCombinedSamplerTypeForTextureType() function
/external/skia/include/private/
DGrTypesPriv.h564 static inline GrSLType GrSLCombinedSamplerTypeForTextureType(GrTextureType type) { in GrSLCombinedSamplerTypeForTextureType() function