Searched refs:ARB_depth_texture (Results 1 – 14 of 14) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | extensions.c | 91 …{ "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()
|
D | texparam.c | 416 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()
|
D | version.c | 95 ctx->Extensions.ARB_depth_texture && in compute_version()
|
D | texformat.c | 207 if (ctx->Extensions.ARB_depth_texture) { in _mesa_choose_tex_format()
|
D | fbobject.c | 585 ctx->Extensions.ARB_depth_texture && in test_attachment_completeness() 598 ctx->Extensions.ARB_depth_texture && in test_attachment_completeness()
|
D | mtypes.h | 2958 GLboolean ARB_depth_texture; member
|
D | attrib.c | 814 if (ctx->Extensions.ARB_depth_texture) in pop_texture_group()
|
D | teximage.c | 159 if (ctx->Extensions.ARB_depth_texture) { in _mesa_base_tex_format()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_extensions.c | 169 ctx->Extensions.ARB_depth_texture = true; in intelInitExtensions()
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_extensions.c | 169 ctx->Extensions.ARB_depth_texture = true; in intelInitExtensions()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_extensions.c | 169 ctx->Extensions.ARB_depth_texture = true; in intelInitExtensions()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_extensions.c | 344 { o(ARB_depth_texture), PIPE_CAP_TEXTURE_SHADOW_MAP }, in st_init_extensions()
|
/external/mesa3d/src/glx/ |
D | glxextensions.c | 106 { GL(ARB_depth_texture), VER(1,4), Y, N, N, N },
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.c | 2418 if (ctx->Extensions.ARB_depth_texture && in _mesa_meta_DrawPixels()
|