Searched refs:ARB_depth_texture (Results 1 – 15 of 15) sorted by relevance
/external/deqp/external/openglcts/modules/common/ |
D | glcInternalformatTests.cpp | 59 static const char* ARB_depth_texture = "GL_ARB_depth_texture"; variable 1742 TF(GL_DEPTH_COMPONENT, GL_UNSIGNED_SHORT, GL_DEPTH_COMPONENT, ARB_depth_texture), in getGLTestData() 1743 TF(GL_DEPTH_COMPONENT, GL_UNSIGNED_SHORT, GL_DEPTH_COMPONENT16, ARB_depth_texture), in getGLTestData() 1744 TF(GL_DEPTH_COMPONENT, GL_UNSIGNED_INT, GL_DEPTH_COMPONENT, ARB_depth_texture), in getGLTestData() 1745 TF(GL_DEPTH_COMPONENT, GL_UNSIGNED_INT, GL_DEPTH_COMPONENT24, ARB_depth_texture), in getGLTestData() 1746 TF(GL_DEPTH_COMPONENT, GL_UNSIGNED_INT, GL_DEPTH_COMPONENT32, ARB_depth_texture), in getGLTestData() 1747 TF(GL_DEPTH_COMPONENT, GL_UNSIGNED_INT, GL_DEPTH_COMPONENT16, ARB_depth_texture), in getGLTestData() 1773 CF(GL_DEPTH_COMPONENT16, ARB_depth_texture), CF(GL_DEPTH_COMPONENT24, ARB_depth_texture), in getGLTestData() 1774 CF(GL_DEPTH_COMPONENT32, ARB_depth_texture), CF(GL_RGB9_E5, EXT_texture_shared_exponent), in getGLTestData() 1783 RF(GL_DEPTH_COMPONENT16, RENDERBUFFER_DEPTH, ARB_depth_texture), in getGLTestData() [all …]
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_extensions.c | 85 ctx->Extensions.ARB_depth_texture = true; in intelInitExtensions()
|
/external/mesa3d/docs/relnotes/ |
D | 10.0.5.rst | 124 - mesa/main: condition GL_DEPTH_STENCIL on ARB_depth_texture
|
D | 10.1.1.rst | 144 - mesa/main: condition GL_DEPTH_STENCIL on ARB_depth_texture
|
/external/mesa3d/src/mesa/main/ |
D | extensions.c | 124 ctx->Extensions.ARB_depth_texture = GL_TRUE; in _mesa_enable_sw_extensions()
|
D | texparam.c | 485 if (ctx->API == API_OPENGL_COMPAT && ctx->Extensions.ARB_depth_texture) { in set_tex_parameteri() 1672 if (!ctx->Extensions.ARB_depth_texture) in get_tex_level_parameter_image() 2241 if (ctx->API != API_OPENGL_COMPAT || !ctx->Extensions.ARB_depth_texture) in get_tex_parameterfv() 2503 if (ctx->API != API_OPENGL_COMPAT || !ctx->Extensions.ARB_depth_texture) in get_tex_parameteriv()
|
D | extensions_table.h | 63 EXT(ARB_depth_texture , ARB_depth_texture , GLL, x , x… 428 EXT(OES_depth_texture , ARB_depth_texture , x , x , x…
|
D | version.c | 247 extensions->ARB_depth_texture && in compute_version()
|
D | fbobject.c | 987 else if (ctx->Extensions.ARB_depth_texture && in test_attachment_completeness() 999 if (ctx->Extensions.ARB_depth_texture && in test_attachment_completeness()
|
D | attrib.c | 942 if (ctx->Extensions.ARB_depth_texture) in pop_texture_group()
|
D | mtypes.h | 4261 GLboolean ARB_depth_texture; member
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_extensions.c | 51 ctx->Extensions.ARB_depth_texture = true; in intelInitExtensions()
|
/external/mesa3d/src/glx/ |
D | glxextensions.c | 176 { GL(ARB_depth_texture), VER(1,4), Y, N, N, N },
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_extensions.c | 1047 extensions->ARB_depth_texture = GL_TRUE; in st_init_extensions()
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.c | 2142 if (ctx->Extensions.ARB_depth_texture && in _mesa_meta_DrawPixels()
|