Home
last modified time | relevance | path

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

12

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcInternalformatTests.cpp59 static const char* ARB_depth_texture = "GL_ARB_depth_texture"; variable
1745 TF(GL_DEPTH_COMPONENT, GL_UNSIGNED_SHORT, GL_DEPTH_COMPONENT, ARB_depth_texture), in getGLTestData()
1746 TF(GL_DEPTH_COMPONENT, GL_UNSIGNED_SHORT, GL_DEPTH_COMPONENT16, ARB_depth_texture), in getGLTestData()
1747 TF(GL_DEPTH_COMPONENT, GL_UNSIGNED_INT, GL_DEPTH_COMPONENT, ARB_depth_texture), in getGLTestData()
1748 TF(GL_DEPTH_COMPONENT, GL_UNSIGNED_INT, GL_DEPTH_COMPONENT24, ARB_depth_texture), in getGLTestData()
1749 TF(GL_DEPTH_COMPONENT, GL_UNSIGNED_INT, GL_DEPTH_COMPONENT32, ARB_depth_texture), in getGLTestData()
1750 TF(GL_DEPTH_COMPONENT, GL_UNSIGNED_INT, GL_DEPTH_COMPONENT16, ARB_depth_texture), in getGLTestData()
1776 CF(GL_DEPTH_COMPONENT16, ARB_depth_texture), CF(GL_DEPTH_COMPONENT24, ARB_depth_texture), in getGLTestData()
1777 CF(GL_DEPTH_COMPONENT32, ARB_depth_texture), CF(GL_RGB9_E5, EXT_texture_shared_exponent), in getGLTestData()
1786 RF(GL_DEPTH_COMPONENT16, RENDERBUFFER_DEPTH, ARB_depth_texture), in getGLTestData()
[all …]
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_extensions.c85 ctx->Extensions.ARB_depth_texture = true; in intelInitExtensions()
/third_party/openGLES/extensions/ARB/
DARB_shadow.txt43 ARB_depth_texture is required.
94 DEPTH_TEXTURE_MODE_ARB defined in ARB_depth_texture extension.
DARB_shadow_ambient.txt44 ARB_depth_texture is required.
DARB_clear_texture.txt66 This extension interacts with ARB_depth_texture.
288 Dependencies on ARB_depth_texture
290 If ARB_depth_texture or equivalent functionality is not supported,
DARB_stencil_texturing.txt50 OpenGL 1.1, ARB_depth_texture and EXT_packed_depth_stencil are required.
DARB_internalformat_query2.txt71 ARB_depth_texture, OES_depth_texture, ARB_texture_view,
1114 Dependencies on ARB_depth_texture and OES_depth_texture
1115 If ARB_depth_texture, OES_depth_texture or equivalent functionality is
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_shadow.txt33 ARB_depth_texture is required.
84 DEPTH_TEXTURE_MODE_ARB defined in ARB_depth_texture extension.
DARB_clear_texture.txt56 This extension interacts with ARB_depth_texture.
278 Dependencies on ARB_depth_texture
280 If ARB_depth_texture or equivalent functionality is not supported,
DARB_shadow_ambient.txt34 ARB_depth_texture is required.
DARB_stencil_texturing.txt40 OpenGL 1.1, ARB_depth_texture and EXT_packed_depth_stencil are required.
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_shadow_funcs.txt29 ARB_depth_texture is required.
DEXT_packed_depth_stencil.txt57 ARB_depth_texture affects the definition of this extension.
98 GL_DEPTH_STENCIL_EXT. If ARB_depth_texture or SGIX_depth_texture is
933 ARB_depth_texture permitted it and even addressed the question
/third_party/openGLES/extensions/EXT/
DEXT_shadow_funcs.txt29 ARB_depth_texture is required.
DEXT_packed_depth_stencil.txt57 ARB_depth_texture affects the definition of this extension.
98 GL_DEPTH_STENCIL_EXT. If ARB_depth_texture or SGIX_depth_texture is
933 ARB_depth_texture permitted it and even addressed the question
/third_party/mesa3d/docs/relnotes/
D10.0.5.rst124 - mesa/main: condition GL_DEPTH_STENCIL on ARB_depth_texture
D10.1.1.rst144 - mesa/main: condition GL_DEPTH_STENCIL on ARB_depth_texture
/third_party/mesa3d/src/mesa/main/
Dextensions.c125 ctx->Extensions.ARB_depth_texture = GL_TRUE; in _mesa_enable_sw_extensions()
Dtexparam.c517 if (ctx->API == API_OPENGL_COMPAT && ctx->Extensions.ARB_depth_texture) { in set_tex_parameteri()
1734 if (!ctx->Extensions.ARB_depth_texture) in get_tex_level_parameter_image()
2303 if (ctx->API != API_OPENGL_COMPAT || !ctx->Extensions.ARB_depth_texture) in get_tex_parameterfv()
2572 if (ctx->API != API_OPENGL_COMPAT || !ctx->Extensions.ARB_depth_texture) in get_tex_parameteriv()
Dextensions_table.h63 EXT(ARB_depth_texture , ARB_depth_texture , GLL, x , x…
432 EXT(OES_depth_texture , ARB_depth_texture , x , x , x…
Dversion.c257 extensions->ARB_depth_texture && in compute_version()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_extensions.c51 ctx->Extensions.ARB_depth_texture = true; in brw_init_extensions()
/third_party/openGLES/extensions/NV/
DNV_register_combiners.txt43 ARB_depth_texture and ARB_shadow -or- SGIX_depth_texture and
602 the ARB_depth_texture extension) is irrelevant for determining the
1316 Dependencies on ARB_depth_texture and ARB_shadow -or- SGIX_depth_texture
1319 If ARB_depth_texture and ARB_shadow -or- SGIX_depth_texture and
1323 If ARB_depth_texture and ARB_shadow are not supported, references
1545 with the ARB_depth_texture and ARB_shadow extensions (previously,
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_register_combiners.txt43 ARB_depth_texture and ARB_shadow -or- SGIX_depth_texture and
602 the ARB_depth_texture extension) is irrelevant for determining the
1316 Dependencies on ARB_depth_texture and ARB_shadow -or- SGIX_depth_texture
1319 If ARB_depth_texture and ARB_shadow -or- SGIX_depth_texture and
1323 If ARB_depth_texture and ARB_shadow are not supported, references
1545 with the ARB_depth_texture and ARB_shadow extensions (previously,
/third_party/mesa3d/src/glx/
Dglxextensions.c125 { GL(ARB_depth_texture), N, N },

12