Searched refs:CubeMapSeamless (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_sampler.c200 ctx->Texture.CubeMapSeamless || msamp->CubeMapSeamless;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_sampler.c200 ctx->Texture.CubeMapSeamless || msamp->CubeMapSeamless;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dsamplerobj.c134 sampObj->CubeMapSeamless = GL_FALSE;
573 if (samp->CubeMapSeamless == param)
580 samp->CubeMapSeamless = param;
1184 *params = sampObj->CubeMapSeamless;
1262 *params = (GLfloat) sampObj->CubeMapSeamless;
1341 *params = sampObj->CubeMapSeamless;
1420 *params = sampObj->CubeMapSeamless;
H A Dtexparam.c507 if (param != texObj->Sampler.CubeMapSeamless) {
509 texObj->Sampler.CubeMapSeamless = param;
1442 *params = (GLfloat) obj->Sampler.CubeMapSeamless;
1616 *params = (GLint) obj->Sampler.CubeMapSeamless;
H A Dtexobj.c148 obj->Sampler.CubeMapSeamless = GL_FALSE;
259 dest->Sampler.CubeMapSeamless = src->Sampler.CubeMapSeamless;
H A Denable.c1017 if (ctx->Texture.CubeMapSeamless != state) {
1019 ctx->Texture.CubeMapSeamless = state;
1690 return ctx->Texture.CubeMapSeamless;
H A Dmtypes.h1255 GLboolean CubeMapSeamless; /**< GL_AMD_seamless_cubemap_per_texture */ member in struct:gl_sampler_object
1446 GLboolean CubeMapSeamless; member in struct:gl_texture_attrib
H A Dget.c1223 CONTEXT_BOOL(Texture.CubeMapSeamless), extra_ARB_seamless_cube_map },
/external/mesa3d/src/mesa/main/
H A Dsamplerobj.c134 sampObj->CubeMapSeamless = GL_FALSE;
573 if (samp->CubeMapSeamless == param)
580 samp->CubeMapSeamless = param;
1184 *params = sampObj->CubeMapSeamless;
1262 *params = (GLfloat) sampObj->CubeMapSeamless;
1341 *params = sampObj->CubeMapSeamless;
1420 *params = sampObj->CubeMapSeamless;
H A Dtexparam.c507 if (param != texObj->Sampler.CubeMapSeamless) {
509 texObj->Sampler.CubeMapSeamless = param;
1442 *params = (GLfloat) obj->Sampler.CubeMapSeamless;
1616 *params = (GLint) obj->Sampler.CubeMapSeamless;
H A Dtexobj.c148 obj->Sampler.CubeMapSeamless = GL_FALSE;
259 dest->Sampler.CubeMapSeamless = src->Sampler.CubeMapSeamless;
H A Denable.c1017 if (ctx->Texture.CubeMapSeamless != state) {
1019 ctx->Texture.CubeMapSeamless = state;
1690 return ctx->Texture.CubeMapSeamless;
H A Dmtypes.h1255 GLboolean CubeMapSeamless; /**< GL_AMD_seamless_cubemap_per_texture */ member in struct:gl_sampler_object
1446 GLboolean CubeMapSeamless; member in struct:gl_texture_attrib
H A Dget.c1223 CONTEXT_BOOL(Texture.CubeMapSeamless), extra_ARB_seamless_cube_map },
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dgen7_sampler_state.c115 if (ctx->Texture.CubeMapSeamless &&
H A Dbrw_wm_sampler_state.c245 if (ctx->Texture.CubeMapSeamless &&
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen7_sampler_state.c115 if (ctx->Texture.CubeMapSeamless &&
H A Dbrw_wm_sampler_state.c245 if (ctx->Texture.CubeMapSeamless &&

Completed in 712 milliseconds