Home
last modified time | relevance | path

Searched refs:GL_DEPTH_BITS (Results 1 – 25 of 54) sorted by relevance

123

/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_tex_copy.c66 if (_mesa_get_format_bits(timg->base.Base.TexFormat, GL_DEPTH_BITS) > 0) { in do_copy_texsubimage()
103 if (_mesa_get_format_bits(dst_mesaformat, GL_DEPTH_BITS) > 0) in do_copy_texsubimage()
Dradeon_tile.c234 if (_mesa_get_format_bits(format, GL_DEPTH_BITS)) in tile_image()
458 if (_mesa_get_format_bits(format, GL_DEPTH_BITS)) in untile_image()
493 if (_mesa_get_format_bits(format, GL_DEPTH_BITS)) in get_tile_size()
Dradeon_blit.c65 if (_mesa_get_format_bits(mesa_format, GL_DEPTH_BITS) > 0) in r100_check_blit()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_tex_copy.c66 if (_mesa_get_format_bits(timg->base.Base.TexFormat, GL_DEPTH_BITS) > 0) { in do_copy_texsubimage()
103 if (_mesa_get_format_bits(dst_mesaformat, GL_DEPTH_BITS) > 0) in do_copy_texsubimage()
Dradeon_tile.c234 if (_mesa_get_format_bits(format, GL_DEPTH_BITS)) in tile_image()
458 if (_mesa_get_format_bits(format, GL_DEPTH_BITS)) in untile_image()
493 if (_mesa_get_format_bits(format, GL_DEPTH_BITS)) in get_tile_size()
Dr200_blit.c68 if (_mesa_get_format_bits(mesa_format, GL_DEPTH_BITS) > 0) in r200_check_blit()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
Dradeon_tex_copy.c66 if (_mesa_get_format_bits(timg->base.Base.TexFormat, GL_DEPTH_BITS) > 0) { in do_copy_texsubimage()
103 if (_mesa_get_format_bits(dst_mesaformat, GL_DEPTH_BITS) > 0) in do_copy_texsubimage()
Dradeon_tile.c234 if (_mesa_get_format_bits(format, GL_DEPTH_BITS)) in tile_image()
458 if (_mesa_get_format_bits(format, GL_DEPTH_BITS)) in untile_image()
493 if (_mesa_get_format_bits(format, GL_DEPTH_BITS)) in get_tile_size()
Dradeon_blit.c65 if (_mesa_get_format_bits(mesa_format, GL_DEPTH_BITS) > 0) in r100_check_blit()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
Dradeon_tex_copy.c66 if (_mesa_get_format_bits(timg->base.Base.TexFormat, GL_DEPTH_BITS) > 0) { in do_copy_texsubimage()
103 if (_mesa_get_format_bits(dst_mesaformat, GL_DEPTH_BITS) > 0) in do_copy_texsubimage()
Dradeon_tile.c234 if (_mesa_get_format_bits(format, GL_DEPTH_BITS)) in tile_image()
458 if (_mesa_get_format_bits(format, GL_DEPTH_BITS)) in untile_image()
493 if (_mesa_get_format_bits(format, GL_DEPTH_BITS)) in get_tile_size()
Dr200_blit.c68 if (_mesa_get_format_bits(mesa_format, GL_DEPTH_BITS) > 0) in r200_check_blit()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
Dnouveau_surface.c62 if (_mesa_get_format_bits(format, GL_DEPTH_BITS)) in nouveau_surface_alloc()
Dnv10_context.c69 GL_DEPTH_BITS) >= 24); in nv10_use_viewport_zclear()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_surface.c62 if (_mesa_get_format_bits(format, GL_DEPTH_BITS)) in nouveau_surface_alloc()
Dnv10_context.c69 GL_DEPTH_BITS) >= 24); in nv10_use_viewport_zclear()
/external/chromium_org/gpu/command_buffer/service/
Dgles2_cmd_validation_implementation_autogen.h136 GL_DEPTH_BITS,
Dgles2_cmd_decoder_unittest.cc3812 EXPECT_CALL(*gl_, GetIntegerv(GL_DEPTH_BITS, _)) in TEST_F()
3817 cmd2.Init(GL_DEPTH_BITS, shared_memory_id_, shared_memory_offset_); in TEST_F()
3820 decoder_->GetGLES2Util()->GLGetNumValuesReturned(GL_DEPTH_BITS), in TEST_F()
3843 EXPECT_CALL(*gl_, GetIntegerv(GL_DEPTH_BITS, _)) in TEST_F()
3848 cmd2.Init(GL_DEPTH_BITS, shared_memory_id_, shared_memory_offset_); in TEST_F()
3851 decoder_->GetGLES2Util()->GLGetNumValuesReturned(GL_DEPTH_BITS), in TEST_F()
4196 cmd2.Init(GL_DEPTH_BITS, shared_memory_id_, shared_memory_offset_); in TEST_F()
4197 EXPECT_CALL(*gl_, GetIntegerv(GL_DEPTH_BITS, _)) in TEST_F()
4202 decoder_->GetGLES2Util()->GLGetNumValuesReturned(GL_DEPTH_BITS), in TEST_F()
4240 cmd2.Init(GL_DEPTH_BITS, shared_memory_id_, shared_memory_offset_); in TEST_F()
[all …]
/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_utils.cc73 case GL_DEPTH_BITS: in GLGetNumValuesReturned()
Dgles2_cmd_utils_implementation_autogen.h871 { GL_DEPTH_BITS, "GL_DEPTH_BITS" }, in GetStringGLState()
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
DSDL_QuartzGL.m239 case SDL_GL_DEPTH_SIZE: attr = GL_DEPTH_BITS; break;
/external/mesa3d/src/mesa/swrast/
Ds_stencil.c575 else if (_mesa_get_format_bits(rb->Format, GL_DEPTH_BITS) > 0) { in _swrast_clear_stencil_buffer()
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
Ds_stencil.c575 else if (_mesa_get_format_bits(rb->Format, GL_DEPTH_BITS) > 0) { in _swrast_clear_stencil_buffer()
/external/mesa3d/src/mesa/main/
Dframebuffer.c559 fb->Visual.depthBits = _mesa_get_format_bits(fmt, GL_DEPTH_BITS); in _mesa_update_framebuffer_visual()
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dframebuffer.c559 fb->Visual.depthBits = _mesa_get_format_bits(fmt, GL_DEPTH_BITS); in _mesa_update_framebuffer_visual()

123