Home
last modified time | relevance | path

Searched refs:CubeMapSeamless (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_atom_sampler.c200 ctx->Texture.CubeMapSeamless || msamp->CubeMapSeamless; in convert_sampler()
/external/mesa3d/src/mesa/main/
Dsamplerobj.c134 sampObj->CubeMapSeamless = GL_FALSE; in _mesa_init_sampler_object()
573 if (samp->CubeMapSeamless == param) in set_sampler_cube_map_seamless()
580 samp->CubeMapSeamless = param; in set_sampler_cube_map_seamless()
1184 *params = sampObj->CubeMapSeamless; in _mesa_GetSamplerParameteriv()
1262 *params = (GLfloat) sampObj->CubeMapSeamless; in _mesa_GetSamplerParameterfv()
1341 *params = sampObj->CubeMapSeamless; in _mesa_GetSamplerParameterIiv()
1420 *params = sampObj->CubeMapSeamless; in _mesa_GetSamplerParameterIuiv()
Dtexparam.c507 if (param != texObj->Sampler.CubeMapSeamless) { in set_tex_parameteri()
509 texObj->Sampler.CubeMapSeamless = param; in set_tex_parameteri()
1442 *params = (GLfloat) obj->Sampler.CubeMapSeamless; in _mesa_GetTexParameterfv()
1616 *params = (GLint) obj->Sampler.CubeMapSeamless; in _mesa_GetTexParameteriv()
Dtexobj.c148 obj->Sampler.CubeMapSeamless = GL_FALSE; in _mesa_initialize_texture_object()
259 dest->Sampler.CubeMapSeamless = src->Sampler.CubeMapSeamless; in _mesa_copy_texture_object()
Denable.c1017 if (ctx->Texture.CubeMapSeamless != state) { in _mesa_set_enable()
1019 ctx->Texture.CubeMapSeamless = state; in _mesa_set_enable()
1690 return ctx->Texture.CubeMapSeamless; in _mesa_IsEnabled()
Dmtypes.h1255 GLboolean CubeMapSeamless; /**< GL_AMD_seamless_cubemap_per_texture */ member
1446 GLboolean CubeMapSeamless; member
Dget.c1223 CONTEXT_BOOL(Texture.CubeMapSeamless), extra_ARB_seamless_cube_map },
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen7_sampler_state.c115 if (ctx->Texture.CubeMapSeamless && in gen7_update_sampler_state()
Dbrw_wm_sampler_state.c245 if (ctx->Texture.CubeMapSeamless && in brw_update_sampler_state()