HomeSort by relevance Sort by last modified time
    Searched refs:srgb_sv (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
tex-srgb.c 13 static struct pipe_sampler_view *linear_sv, *srgb_sv; variable in typeref:struct:
134 info.ctx->set_fragment_sampler_views(info.ctx, 1, &srgb_sv);
195 srgb_sv = info.ctx->create_sampler_view(info.ctx, texture, &sv_temp);
196 if (srgb_sv == NULL)
  /external/mesa3d/src/gallium/tests/graw/
tex-srgb.c 13 static struct pipe_sampler_view *linear_sv, *srgb_sv; variable in typeref:struct:
134 info.ctx->set_fragment_sampler_views(info.ctx, 1, &srgb_sv);
195 srgb_sv = info.ctx->create_sampler_view(info.ctx, texture, &sv_temp);
196 if (srgb_sv == NULL)

Completed in 44 milliseconds