Home
last modified time | relevance | path

Searched refs:texture_depth (Results 1 – 10 of 10) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureViewTests.cpp2108 glw::GLenum texture_target, glw::GLint texture_depth, in initTextureStorage() argument
2182 texture_height >> n_level, texture_depth >> n_level, 0, /* border */ in initTextureStorage()
2210 texture_depth >> n_level, GL_TRUE); /* fixedsamplelocations */ in initTextureStorage()
2297 texture_depth); in initTextureStorage()
2322 texture_internalformat, texture_width, texture_height, texture_depth, in initTextureStorage()
2707 const int texture_depth = 16; in initTestRuns() local
2751 int parent_texture_depth = texture_depth; in initTestRuns()
2875 new_test_run.expected_n_num_layers = texture_depth; in initTestRuns()
2900 new_test_run.expected_n_num_layers = texture_depth; in initTestRuns()
5943 unsigned int texture_depth = 0; in initTextureObject() local
[all …]
Dgl4cTextureViewTests.hpp160 glw::GLint texture_depth, glw::GLint texture_height, glw::GLint texture_width,
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_common_context.c182 radeon->texture_depth = driQueryOptioni (&radeon->optionCache, in radeonInitContext()
184 if (radeon->texture_depth == DRI_CONF_TEXTURE_DEPTH_FB) in radeonInitContext()
185 radeon->texture_depth = (glVisual == NULL || glVisual->rgbBits > 16) ? in radeonInitContext()
Dradeon_texture.c274 (rmesa->texture_depth == DRI_CONF_TEXTURE_DEPTH_32); in radeonChooseTextureFormat()
276 (rmesa->texture_depth == DRI_CONF_TEXTURE_DEPTH_FORCE_16); in radeonChooseTextureFormat()
Dradeon_common_context.h381 int texture_depth; member
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_common_context.c182 radeon->texture_depth = driQueryOptioni (&radeon->optionCache, in radeonInitContext()
184 if (radeon->texture_depth == DRI_CONF_TEXTURE_DEPTH_FB) in radeonInitContext()
185 radeon->texture_depth = (glVisual == NULL || glVisual->rgbBits > 16) ? in radeonInitContext()
Dradeon_texture.c274 (rmesa->texture_depth == DRI_CONF_TEXTURE_DEPTH_32); in radeonChooseTextureFormat()
276 (rmesa->texture_depth == DRI_CONF_TEXTURE_DEPTH_FORCE_16); in radeonChooseTextureFormat()
Dradeon_common_context.h381 int texture_depth; member
/external/mesa3d/src/util/xmlpool/
Dt_options.h160 DRI_CONF_OPT_BEGIN_V(texture_depth,enum,def,"0:3") \
/external/mesa3d/prebuilt-intermediates/xmlpool/
Doptions.h259 DRI_CONF_OPT_BEGIN_V(texture_depth,enum,def,"0:3") \