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

/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c301 struct glsl_sampler sampler_1d_array; member in struct:gen_mipmap_state
3064 mipmap->sampler_1d_array.type = "sampler1DArray";
3065 mipmap->sampler_1d_array.func = "texture1DArray";
3066 mipmap->sampler_1d_array.texcoords = "texCoords.xy";
3067 return &mipmap->sampler_1d_array;
3215 _mesa_DeleteObjectARB(mipmap->sampler_1d_array.shader_prog);
3222 mipmap->sampler_1d_array.shader_prog = 0;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
H A Dmeta.c301 struct glsl_sampler sampler_1d_array; member in struct:gen_mipmap_state
3064 mipmap->sampler_1d_array.type = "sampler1DArray";
3065 mipmap->sampler_1d_array.func = "texture1DArray";
3066 mipmap->sampler_1d_array.texcoords = "texCoords.xy";
3067 return &mipmap->sampler_1d_array;
3215 _mesa_DeleteObjectARB(mipmap->sampler_1d_array.shader_prog);
3222 mipmap->sampler_1d_array.shader_prog = 0;

Completed in 173 milliseconds