Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/common/
Dmeta.c297 struct glsl_sampler sampler_1d; member
3041 mipmap->sampler_1d.type = "sampler1D"; in setup_texture_sampler()
3042 mipmap->sampler_1d.func = "texture1D"; in setup_texture_sampler()
3043 mipmap->sampler_1d.texcoords = "texCoords.x"; in setup_texture_sampler()
3044 return &mipmap->sampler_1d; in setup_texture_sampler()
3211 _mesa_DeleteObjectARB(mipmap->sampler_1d.shader_prog); in meta_glsl_generate_mipmap_cleanup()
3218 mipmap->sampler_1d.shader_prog = 0; in meta_glsl_generate_mipmap_cleanup()