/external/mesa3d/src/mesa/main/ |
extensions.c | 91 { "GL_ARB_depth_texture", o(ARB_depth_texture), GLL, 2001 }, 237 { "GL_OES_depth_texture", o(ARB_depth_texture), ES2, 2006 }, 397 ctx->Extensions.ARB_depth_texture = GL_TRUE; [all...] |
texparam.c | 416 if (ctx->API == API_OPENGL && ctx->Extensions.ARB_depth_texture) { 1071 if (!ctx->Extensions.ARB_depth_texture) [all...] |
version.c | 95 ctx->Extensions.ARB_depth_texture &&
|
texformat.c | 207 if (ctx->Extensions.ARB_depth_texture) {
|
attrib.c | 814 if (ctx->Extensions.ARB_depth_texture) [all...] |
fbobject.c | 585 ctx->Extensions.ARB_depth_texture && 598 ctx->Extensions.ARB_depth_texture && [all...] |
mtypes.h | [all...] |
teximage.c | 159 if (ctx->Extensions.ARB_depth_texture) { [all...] |
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_extensions.c | 169 ctx->Extensions.ARB_depth_texture = true;
|
/external/mesa3d/src/mesa/state_tracker/ |
st_extensions.c | 344 { o(ARB_depth_texture), PIPE_CAP_TEXTURE_SHADOW_MAP },
|
/external/mesa3d/src/glx/ |
glxextensions.c | 106 { GL(ARB_depth_texture), VER(1,4), Y, N, N, N },
|
/external/mesa3d/src/mesa/drivers/common/ |
meta.c | [all...] |