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 236 ctx->Texture.CubeMapSeamless || msamp->CubeMapSeamless;
  /external/mesa3d/src/mesa/main/
samplerobj.c 164 sampObj->CubeMapSeamless = GL_FALSE;
761 if (samp->CubeMapSeamless == param)
768 samp->CubeMapSeamless = param;
    [all...]
texparam.c 598 if (param != texObj->Sampler.CubeMapSeamless) {
600 texObj->Sampler.CubeMapSeamless = param;
    [all...]
enable.c 960 if (ctx->Texture.CubeMapSeamless != state) {
962 ctx->Texture.CubeMapSeamless = state;
    [all...]
texobj.c 326 obj->Sampler.CubeMapSeamless = GL_FALSE;
457 dest->Sampler.CubeMapSeamless = src->Sampler.CubeMapSeamless;
    [all...]
texstate.c 896 ctx->Texture.CubeMapSeamless = ctx->API == API_OPENGLES2;
mtypes.h 975 GLboolean CubeMapSeamless; /**< GL_AMD_seamless_cubemap_per_texture */
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sampler_state.c 494 if ((tex_cube_map_seamless || sampler->CubeMapSeamless) &&
575 brw_update_sampler_state(brw, texObj->Target, ctx->Texture.CubeMapSeamless,
  /external/mesa3d/prebuilt-intermediates/main/
get_hash.h     [all...]

Completed in 482 milliseconds