Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_extensions.c85 ctx->Extensions.ARB_depth_texture = true; in intelInitExtensions()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_extensions.c50 ctx->Extensions.ARB_depth_texture = true; in intelInitExtensions()
/external/mesa3d/src/mesa/main/
Dtexparam.c487 if (ctx->API == API_OPENGL_COMPAT && ctx->Extensions.ARB_depth_texture) { in set_tex_parameteri()
1392 if (!ctx->Extensions.ARB_depth_texture) in get_tex_level_parameter_image()
1877 if (ctx->API != API_OPENGL_COMPAT || !ctx->Extensions.ARB_depth_texture) in get_tex_parameterfv()
2113 if (ctx->API != API_OPENGL_COMPAT || !ctx->Extensions.ARB_depth_texture) in get_tex_parameteriv()
Dextensions_table.h54 EXT(ARB_depth_texture , ARB_depth_texture , GLL, x , x…
347 EXT(OES_depth_texture , ARB_depth_texture , x , x , x…
Dextensions.c112 ctx->Extensions.ARB_depth_texture = GL_TRUE; in _mesa_enable_sw_extensions()
Dversion.c244 extensions->ARB_depth_texture && in compute_version()
Dfbobject.c865 else if (ctx->Extensions.ARB_depth_texture && in test_attachment_completeness()
877 if (ctx->Extensions.ARB_depth_texture && in test_attachment_completeness()
Dglformats.c2363 if (ctx->Extensions.ARB_depth_texture) { in _mesa_base_tex_format()
Dmtypes.h3824 GLboolean ARB_depth_texture; member
Dattrib.c893 if (ctx->Extensions.ARB_depth_texture) in pop_texture_group()
/external/mesa3d/src/glx/
Dglxextensions.c173 { GL(ARB_depth_texture), VER(1,4), Y, N, N, N },
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c584 { o(ARB_depth_texture), PIPE_CAP_TEXTURE_SHADOW_MAP }, in st_init_extensions()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c2151 if (ctx->Extensions.ARB_depth_texture && in _mesa_meta_DrawPixels()