Home
last modified time | relevance | path

Searched refs:AMD_seamless_cubemap_per_texture (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/main/
Dsamplerobj.c570 if (!ctx->Extensions.AMD_seamless_cubemap_per_texture) in set_sampler_cube_map_seamless()
1182 if (!ctx->Extensions.AMD_seamless_cubemap_per_texture) in _mesa_GetSamplerParameteriv()
1260 if (!ctx->Extensions.AMD_seamless_cubemap_per_texture) in _mesa_GetSamplerParameterfv()
1339 if (!ctx->Extensions.AMD_seamless_cubemap_per_texture) in _mesa_GetSamplerParameterIiv()
1418 if (!ctx->Extensions.AMD_seamless_cubemap_per_texture) in _mesa_GetSamplerParameterIuiv()
Dtexparam.c502 && ctx->Extensions.AMD_seamless_cubemap_per_texture) { in set_tex_parameteri()
1440 || !ctx->Extensions.AMD_seamless_cubemap_per_texture) in _mesa_GetTexParameterfv()
1614 || !ctx->Extensions.AMD_seamless_cubemap_per_texture) in _mesa_GetTexParameteriv()
Dextensions.c275 …{ "GL_AMD_seamless_cubemap_per_texture", o(AMD_seamless_cubemap_per_texture), GL, …
Dmtypes.h3053 GLboolean AMD_seamless_cubemap_per_texture; member
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c371 { o(AMD_seamless_cubemap_per_texture), PIPE_CAP_SEAMLESS_CUBE_MAP_PER_TEXTURE }, in st_init_extensions()