Searched defs:textureSampler (Results 1 – 5 of 5) sorted by relevance
27 const GrGeometryProcessor::TextureSampler& GrGeometryProcessor::textureSampler(int i) const { in textureSampler() function in GrGeometryProcessor
22 const GrPrimitiveProcessor::TextureSampler& GrPrimitiveProcessor::textureSampler(int i) const { in textureSampler() function in GrPrimitiveProcessor
65 const GrFragmentProcessor::TextureSampler& GrFragmentProcessor::textureSampler(int i) const { in textureSampler() function in GrFragmentProcessor
277 glw::GLint textureSampler = gl.getUniformLocation(m_program, "texture_sampler"); in prepareProgram() local
1959 const auto& textureSampler = fp->textureSampler(i); in resolveAndGenerateMipMapsForProcessorTextures() local