Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcInternalformatTests.cpp59 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/
Dintel_extensions.c85 ctx->Extensions.ARB_depth_texture = true; in intelInitExtensions()
/external/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
/external/mesa3d/src/mesa/main/
Dextensions.c124 ctx->Extensions.ARB_depth_texture = GL_TRUE; in _mesa_enable_sw_extensions()
Dtexparam.c485 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()
Dextensions_table.h63 EXT(ARB_depth_texture , ARB_depth_texture , GLL, x , x…
428 EXT(OES_depth_texture , ARB_depth_texture , x , x , x…
Dversion.c247 extensions->ARB_depth_texture && in compute_version()
Dfbobject.c987 else if (ctx->Extensions.ARB_depth_texture && in test_attachment_completeness()
999 if (ctx->Extensions.ARB_depth_texture && in test_attachment_completeness()
Dattrib.c942 if (ctx->Extensions.ARB_depth_texture) in pop_texture_group()
Dmtypes.h4261 GLboolean ARB_depth_texture; member
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_extensions.c51 ctx->Extensions.ARB_depth_texture = true; in intelInitExtensions()
/external/mesa3d/src/glx/
Dglxextensions.c176 { GL(ARB_depth_texture), VER(1,4), Y, N, N, N },
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c1047 extensions->ARB_depth_texture = GL_TRUE; in st_init_extensions()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c2142 if (ctx->Extensions.ARB_depth_texture && in _mesa_meta_DrawPixels()