Searched refs:AMD_seamless_cubemap_per_texture (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | samplerobj.c | 802 || !ctx->Extensions.AMD_seamless_cubemap_per_texture) in set_sampler_cube_map_seamless() 1458 if (!ctx->Extensions.AMD_seamless_cubemap_per_texture) in _mesa_GetSamplerParameteriv() 1530 if (!ctx->Extensions.AMD_seamless_cubemap_per_texture) in _mesa_GetSamplerParameterfv() 1602 if (!ctx->Extensions.AMD_seamless_cubemap_per_texture) in _mesa_GetSamplerParameterIiv() 1674 if (!ctx->Extensions.AMD_seamless_cubemap_per_texture) in _mesa_GetSamplerParameterIuiv()
|
D | extensions_table.h | 15 EXT(AMD_seamless_cubemap_per_texture , AMD_seamless_cubemap_per_texture , GLL, GLC, x… 108 EXT(ARB_seamless_cubemap_per_texture , AMD_seamless_cubemap_per_texture , GLL, GLC, x…
|
D | texparam.c | 608 && ctx->Extensions.AMD_seamless_cubemap_per_texture) { in set_tex_parameteri() 1972 || !ctx->Extensions.AMD_seamless_cubemap_per_texture) in get_tex_parameterfv() 2210 || !ctx->Extensions.AMD_seamless_cubemap_per_texture) in get_tex_parameteriv()
|
D | mtypes.h | 4199 GLboolean AMD_seamless_cubemap_per_texture; member
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_extensions.c | 119 ctx->Extensions.AMD_seamless_cubemap_per_texture = true; in intelInitExtensions()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_extensions.c | 690 { o(AMD_seamless_cubemap_per_texture), PIPE_CAP_SEAMLESS_CUBE_MAP_PER_TEXTURE }, in st_init_extensions()
|