Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLUniformHandler.cpp76 sampler.fVariable.setType(GrSLCombinedSamplerTypeForTextureType(type)); in addSampler()
DGrGLGpu.cpp3349 GrSLCombinedSamplerTypeForTextureType(srcTex->texturePriv().textureType()); in createCopyProgram()
4359 switch (GrSLCombinedSamplerTypeForTextureType(texture->texturePriv().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/skia/src/gpu/vk/
DGrVkUniformHandler.cpp272 info.fVariable.setType(GrSLCombinedSamplerTypeForTextureType(type)); in addSampler()
/external/skqp/src/gpu/vk/
DGrVkUniformHandler.cpp276 info.fVariable.setType(GrSLCombinedSamplerTypeForTextureType(type)); in addSampler()
/external/skia/src/gpu/mtl/
DGrMtlUniformHandler.mm271 info.fVariable.setType(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.h576 static inline GrSLType GrSLCombinedSamplerTypeForTextureType(GrTextureType type) { in GrSLCombinedSamplerTypeForTextureType() function