Searched defs:sampler_1d (Results 1 - 2 of 2) sorted by last modified time

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

Completed in 157 milliseconds