/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | clear.c | 366 case GL_DEPTH: in _mesa_ClearBufferiv() 432 case GL_DEPTH: in _mesa_ClearBufferuiv() 482 case GL_DEPTH: in _mesa_ClearBufferfv()
|
D | drawpix.c | 219 type != GL_DEPTH && in _mesa_CopyPixels()
|
D | fbobject.c | 286 case GL_DEPTH: in _mesa_get_fb0_attachment() 530 assert(format == GL_COLOR || format == GL_DEPTH || format == GL_STENCIL); in test_attachment_completeness() 580 else if (format == GL_DEPTH) { in test_attachment_completeness() 629 else if (format == GL_DEPTH) { in test_attachment_completeness() 714 test_attachment_completeness(ctx, GL_DEPTH, att); in _mesa_test_framebuffer_completeness() 3190 case GL_DEPTH: in invalidate_framebuffer_storage()
|
D | framebuffer.c | 813 case GL_DEPTH: in renderbuffer_exists()
|
/external/mesa3d/src/mesa/main/ |
D | clear.c | 366 case GL_DEPTH: in _mesa_ClearBufferiv() 432 case GL_DEPTH: in _mesa_ClearBufferuiv() 482 case GL_DEPTH: in _mesa_ClearBufferfv()
|
D | drawpix.c | 219 type != GL_DEPTH && in _mesa_CopyPixels()
|
D | fbobject.c | 286 case GL_DEPTH: in _mesa_get_fb0_attachment() 530 assert(format == GL_COLOR || format == GL_DEPTH || format == GL_STENCIL); in test_attachment_completeness() 580 else if (format == GL_DEPTH) { in test_attachment_completeness() 629 else if (format == GL_DEPTH) { in test_attachment_completeness() 714 test_attachment_completeness(ctx, GL_DEPTH, att); in _mesa_test_framebuffer_completeness() 3190 case GL_DEPTH: in invalidate_framebuffer_storage()
|
D | framebuffer.c | 813 case GL_DEPTH: in renderbuffer_exists()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_copypix.c | 466 else if (type == GL_DEPTH) { in swrast_fast_copy_pixels() 591 case GL_DEPTH: in map_readbuffer() 653 case GL_DEPTH: in _swrast_CopyPixels()
|
D | s_blit.c | 724 GL_DEPTH, in _swrast_BlitFramebuffer()
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
D | s_copypix.c | 466 else if (type == GL_DEPTH) { in swrast_fast_copy_pixels() 591 case GL_DEPTH: in map_readbuffer() 653 case GL_DEPTH: in _swrast_CopyPixels()
|
D | s_blit.c | 724 GL_DEPTH, in _swrast_BlitFramebuffer()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_pixel_copy.c | 112 case GL_DEPTH: in do_blit_copypixels()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
D | intel_pixel_copy.c | 112 case GL_DEPTH: in do_blit_copypixels()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_pixel_copy.c | 112 case GL_DEPTH: in do_blit_copypixels()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
D | intel_pixel_copy.c | 112 case GL_DEPTH: in do_blit_copypixels()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
D | intel_pixel_copy.c | 112 case GL_DEPTH: in do_blit_copypixels()
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_pixel_copy.c | 112 case GL_DEPTH: in do_blit_copypixels()
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
D | st_cb_drawpixels.c | 1440 st_CopyPixels(ctx, srcx, srcy, width, height, dstx, dsty, GL_DEPTH); in st_CopyPixels() 1479 assert(type == GL_DEPTH); in st_CopyPixels() 1508 if (type == GL_DEPTH) { in st_CopyPixels() 1591 if (type == GL_DEPTH && util_format_is_depth_and_stencil(pt->format)) in st_CopyPixels()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawpixels.c | 1440 st_CopyPixels(ctx, srcx, srcy, width, height, dstx, dsty, GL_DEPTH); in st_CopyPixels() 1479 assert(type == GL_DEPTH); in st_CopyPixels() 1508 if (type == GL_DEPTH) { in st_CopyPixels() 1591 if (type == GL_DEPTH && util_format_is_depth_and_stencil(pt->format)) in st_CopyPixels()
|
/external/mesa3d/include/GL/ |
D | gl.h | 498 #define GL_DEPTH 0x1801 macro
|
/external/chromium_org/third_party/mesa/src/include/GL/ |
D | gl.h | 498 #define GL_DEPTH 0x1801 macro
|
/external/mesa3d/docs/ |
D | VERSIONS | 239 - faster glReadPixels/glDrawPixels for GL_DEPTH and GL_UNSIGNED_SHORT
|
/external/chromium_org/third_party/mesa/src/docs/ |
D | VERSIONS | 239 - faster glReadPixels/glDrawPixels for GL_DEPTH and GL_UNSIGNED_SHORT
|