Home
last modified time | relevance | path

Searched refs:ARB_depth_texture (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/mesa/main/
Dextensions.c91 …{ "GL_ARB_depth_texture", o(ARB_depth_texture), GLL, …
237 …{ "GL_OES_depth_texture", o(ARB_depth_texture), …
397 ctx->Extensions.ARB_depth_texture = GL_TRUE; in _mesa_enable_sw_extensions()
559 ctx->Extensions.ARB_depth_texture = GL_TRUE; in _mesa_enable_1_4_extensions()
Dtexparam.c416 if (ctx->API == API_OPENGL && ctx->Extensions.ARB_depth_texture) { in set_tex_parameteri()
1071 if (!ctx->Extensions.ARB_depth_texture) in get_tex_level_parameter_image()
1391 if (ctx->API != API_OPENGL || !ctx->Extensions.ARB_depth_texture) in _mesa_GetTexParameterfv()
1572 if (ctx->API != API_OPENGL || !ctx->Extensions.ARB_depth_texture) in _mesa_GetTexParameteriv()
Dversion.c95 ctx->Extensions.ARB_depth_texture && in compute_version()
Dtexformat.c207 if (ctx->Extensions.ARB_depth_texture) { in _mesa_choose_tex_format()
Dfbobject.c585 ctx->Extensions.ARB_depth_texture && in test_attachment_completeness()
598 ctx->Extensions.ARB_depth_texture && in test_attachment_completeness()
Dmtypes.h2958 GLboolean ARB_depth_texture; member
Dattrib.c814 if (ctx->Extensions.ARB_depth_texture) in pop_texture_group()
Dteximage.c159 if (ctx->Extensions.ARB_depth_texture) { in _mesa_base_tex_format()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_extensions.c169 ctx->Extensions.ARB_depth_texture = true; in intelInitExtensions()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_extensions.c169 ctx->Extensions.ARB_depth_texture = true; in intelInitExtensions()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_extensions.c169 ctx->Extensions.ARB_depth_texture = true; in intelInitExtensions()
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c344 { o(ARB_depth_texture), PIPE_CAP_TEXTURE_SHADOW_MAP }, in st_init_extensions()
/external/mesa3d/src/glx/
Dglxextensions.c106 { GL(ARB_depth_texture), VER(1,4), Y, N, N, N },
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c2418 if (ctx->Extensions.ARB_depth_texture && in _mesa_meta_DrawPixels()