Searched refs:ARB_depth_texture (Results 1 – 14 of 14) sorted by relevance
/external/deqp/external/openglcts/modules/common/ |
D | glcInternalformatTests.cpp | 56 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/ |
D | intel_extensions.c | 85 ctx->Extensions.ARB_depth_texture = true; in intelInitExtensions()
|
/external/mesa3d/src/mesa/main/ |
D | texparam.c | 506 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()
|
D | extensions.c | 110 ctx->Extensions.ARB_depth_texture = GL_TRUE; in _mesa_enable_sw_extensions()
|
D | extensions_table.h | 54 EXT(ARB_depth_texture , ARB_depth_texture , GLL, x , x… 363 EXT(OES_depth_texture , ARB_depth_texture , x , x , x…
|
D | version.c | 249 extensions->ARB_depth_texture && in compute_version()
|
D | fbobject.c | 877 else if (ctx->Extensions.ARB_depth_texture && in test_attachment_completeness() 889 if (ctx->Extensions.ARB_depth_texture && in test_attachment_completeness()
|
D | glformats.c | 2364 if (ctx->Extensions.ARB_depth_texture) { in _mesa_base_tex_format()
|
D | attrib.c | 893 if (ctx->Extensions.ARB_depth_texture) in pop_texture_group()
|
D | mtypes.h | 4058 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 | 174 { GL(ARB_depth_texture), VER(1,4), Y, N, N, N },
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_extensions.c | 870 extensions->ARB_depth_texture = GL_TRUE; in st_init_extensions()
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.c | 2164 if (ctx->Extensions.ARB_depth_texture && in _mesa_meta_DrawPixels()
|