Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcInternalformatTests.cpp56 static const char* ARB_depth_texture = "GL_ARB_depth_texture"; variable
1545 TF(GL_DEPTH_COMPONENT, GL_UNSIGNED_SHORT, GL_DEPTH_COMPONENT, ARB_depth_texture), in getGLTestData()
1546 TF(GL_DEPTH_COMPONENT, GL_UNSIGNED_SHORT, GL_DEPTH_COMPONENT16, ARB_depth_texture), in getGLTestData()
1547 TF(GL_DEPTH_COMPONENT, GL_UNSIGNED_INT, GL_DEPTH_COMPONENT, ARB_depth_texture), in getGLTestData()
1548 TF(GL_DEPTH_COMPONENT, GL_UNSIGNED_INT, GL_DEPTH_COMPONENT24, ARB_depth_texture), in getGLTestData()
1549 TF(GL_DEPTH_COMPONENT, GL_UNSIGNED_INT, GL_DEPTH_COMPONENT32, ARB_depth_texture), in getGLTestData()
1550 TF(GL_DEPTH_COMPONENT, GL_UNSIGNED_INT, GL_DEPTH_COMPONENT16, ARB_depth_texture), in getGLTestData()
1576 CF(GL_DEPTH_COMPONENT16, ARB_depth_texture), in getGLTestData()
1577 CF(GL_DEPTH_COMPONENT24, ARB_depth_texture), in getGLTestData()
1578 CF(GL_DEPTH_COMPONENT32, 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/src/mesa/main/
Dtexparam.c506 if (ctx->API == API_OPENGL_COMPAT && ctx->Extensions.ARB_depth_texture) { in set_tex_parameteri()
1435 if (!ctx->Extensions.ARB_depth_texture) in get_tex_level_parameter_image()
1919 if (ctx->API != API_OPENGL_COMPAT || !ctx->Extensions.ARB_depth_texture) in get_tex_parameterfv()
2161 if (ctx->API != API_OPENGL_COMPAT || !ctx->Extensions.ARB_depth_texture) in get_tex_parameteriv()
Dextensions.c110 ctx->Extensions.ARB_depth_texture = GL_TRUE; in _mesa_enable_sw_extensions()
Dextensions_table.h54 EXT(ARB_depth_texture , ARB_depth_texture , GLL, x , x…
363 EXT(OES_depth_texture , ARB_depth_texture , x , x , x…
Dversion.c249 extensions->ARB_depth_texture && in compute_version()
Dfbobject.c877 else if (ctx->Extensions.ARB_depth_texture && in test_attachment_completeness()
889 if (ctx->Extensions.ARB_depth_texture && in test_attachment_completeness()
Dglformats.c2364 if (ctx->Extensions.ARB_depth_texture) { in _mesa_base_tex_format()
Dattrib.c893 if (ctx->Extensions.ARB_depth_texture) in pop_texture_group()
Dmtypes.h4058 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.c174 { GL(ARB_depth_texture), VER(1,4), Y, N, N, N },
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c870 extensions->ARB_depth_texture = GL_TRUE; in st_init_extensions()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c2164 if (ctx->Extensions.ARB_depth_texture && in _mesa_meta_DrawPixels()