Searched refs:AMD_seamless_cubemap_per_texture (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | samplerobj.c | 808 || !ctx->Extensions.AMD_seamless_cubemap_per_texture) in set_sampler_cube_map_seamless() 1472 if (!ctx->Extensions.AMD_seamless_cubemap_per_texture) in _mesa_GetSamplerParameteriv() 1544 if (!ctx->Extensions.AMD_seamless_cubemap_per_texture) in _mesa_GetSamplerParameterfv() 1616 if (!ctx->Extensions.AMD_seamless_cubemap_per_texture) in _mesa_GetSamplerParameterIiv() 1688 if (!ctx->Extensions.AMD_seamless_cubemap_per_texture) in _mesa_GetSamplerParameterIuiv()
|
D | extensions_table.h | 21 EXT(AMD_seamless_cubemap_per_texture , AMD_seamless_cubemap_per_texture , GLL, GLC, x… 120 EXT(ARB_seamless_cubemap_per_texture , AMD_seamless_cubemap_per_texture , GLL, GLC, x…
|
D | texparam.c | 587 && ctx->Extensions.AMD_seamless_cubemap_per_texture) { in set_tex_parameteri() 2294 || !ctx->Extensions.AMD_seamless_cubemap_per_texture) in get_tex_parameterfv() 2559 || !ctx->Extensions.AMD_seamless_cubemap_per_texture) in get_tex_parameteriv()
|
D | mtypes.h | 4424 GLboolean AMD_seamless_cubemap_per_texture; member
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_extensions.c | 125 ctx->Extensions.AMD_seamless_cubemap_per_texture = true; in intelInitExtensions()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_extensions.c | 807 { o(AMD_seamless_cubemap_per_texture), PIPE_CAP_SEAMLESS_CUBE_MAP_PER_TEXTURE }, in st_init_extensions()
|