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

  /external/mesa3d/src/mesa/state_tracker/
st_atom_sampler.c 200 ctx->Texture.CubeMapSeamless || msamp->CubeMapSeamless;
  /external/mesa3d/src/mesa/main/
samplerobj.c 134 sampObj->CubeMapSeamless = GL_FALSE;
573 if (samp->CubeMapSeamless == param)
580 samp->CubeMapSeamless = param;
1184 *params = sampObj->CubeMapSeamless;
    [all...]
texparam.c 507 if (param != texObj->Sampler.CubeMapSeamless) {
509 texObj->Sampler.CubeMapSeamless = param;
    [all...]
texobj.c 148 obj->Sampler.CubeMapSeamless = GL_FALSE;
259 dest->Sampler.CubeMapSeamless = src->Sampler.CubeMapSeamless;
    [all...]
enable.c     [all...]
mtypes.h     [all...]
get.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_sampler_state.c 115 if (ctx->Texture.CubeMapSeamless &&
brw_wm_sampler_state.c 245 if (ctx->Texture.CubeMapSeamless &&

Completed in 57 milliseconds