Searched refs:GL_DEPTH (Results 1 - 25 of 34) sorted by relevance
12
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_pixel_copy.c | 84 case GL_DEPTH: 85 perf_debug("glCopyPixels() fallback: GL_DEPTH\n");
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | intel_pixel_copy.c | 83 case GL_DEPTH: 84 perf_debug("glCopyPixels() fallback: GL_DEPTH\n");
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_pixel_copy.c | 84 case GL_DEPTH: 85 perf_debug("glCopyPixels() fallback: GL_DEPTH\n");
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_pixel_copy.c | 83 case GL_DEPTH: 84 perf_debug("glCopyPixels() fallback: GL_DEPTH\n");
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_copypix.c | 455 else if (type == GL_DEPTH) { 582 case GL_DEPTH: 646 case GL_DEPTH:
|
| H A D | s_blit.c | 754 GL_DEPTH,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_copypix.c | 455 else if (type == GL_DEPTH) { 582 case GL_DEPTH: 646 case GL_DEPTH:
|
| H A D | s_blit.c | 754 GL_DEPTH,
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | reflect.c | 379 if (w->showBuffer == GL_DEPTH) { 452 w->showBuffer = GL_DEPTH;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | drawpix.c | 217 type != GL_DEPTH &&
|
| H A D | marshal.c | 597 case GL_DEPTH: 637 if (!(buffer == GL_DEPTH || buffer == GL_COLOR)) {
|
| H A D | fbobject.c | 296 attachment == GL_DEPTH || 306 case GL_DEPTH: 373 case GL_DEPTH: 791 * if GL_DEPTH, this is a depth component attachment point, 798 assert(format == GL_COLOR || format == GL_DEPTH || format == GL_STENCIL); 883 else if (format == GL_DEPTH) { 931 else if (format == GL_DEPTH) { 1030 test_attachment_completeness(ctx, GL_DEPTH, att); 4110 attachment != GL_DEPTH && attachment != GL_STENCIL) { 4276 (attachment == GL_DEPTH || attachmen [all...] |
| H A D | clear.c | 557 case GL_DEPTH:
|
| H A D | framebuffer.c | 680 * GL_DEPTH_COMPONENT, etc. or GL_COLOR, GL_DEPTH, GL_STENCIL. 745 case GL_DEPTH: 779 * GL_DEPTH_COMPONENT, etc. or GL_COLOR, GL_DEPTH, GL_STENCIL.
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_cb_drawpixels.c | 1624 } else if (type == GL_DEPTH || type == GL_DEPTH_STENCIL) { 1678 if (type == GL_DEPTH) 1744 st_CopyPixels(ctx, srcx, srcy, width, height, dstx, dsty, GL_DEPTH); 1784 } else if (type == GL_DEPTH) { 1819 if (type == GL_DEPTH) { 1952 if (type == GL_DEPTH)
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | drawpix.c | 224 type != GL_DEPTH &&
|
| H A D | fbobject.c | 335 case GL_DEPTH: 402 case GL_DEPTH: 892 * if GL_DEPTH, this is a depth component attachment point, 899 assert(format == GL_COLOR || format == GL_DEPTH || format == GL_STENCIL); 999 else if (format == GL_DEPTH) { 1047 else if (format == GL_DEPTH) { 1146 test_attachment_completeness(ctx, GL_DEPTH, att); 4464 attachment != GL_DEPTH && attachment != GL_STENCIL) { 4630 (attachment == GL_DEPTH || attachment == GL_STENCIL)) { 5083 case GL_DEPTH [all...] |
| H A D | glthread_marshal.h | 147 case GL_DEPTH:
|
| H A D | clear.c | 576 case GL_DEPTH:
|
| H A D | framebuffer.c | 661 * GL_DEPTH_COMPONENT, etc. or GL_COLOR, GL_DEPTH, GL_STENCIL. 726 case GL_DEPTH: 767 * GL_DEPTH_COMPONENT, etc. or GL_COLOR, GL_DEPTH, GL_STENCIL.
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_cb_drawpixels.c | 1666 st_CopyPixels(ctx, srcx, srcy, width, height, dstx, dsty, GL_DEPTH); 1710 assert(type == GL_DEPTH); 1725 if (type == GL_DEPTH) {
|
| /xsrc/external/mit/MesaLib.old/dist/include/GL/ |
| H A D | gl.h | 470 #define GL_DEPTH 0x1801 macro
|
| /xsrc/external/mit/MesaLib.old/dist/include/GLES3/ |
| H A D | gl3.h | 682 #define GL_DEPTH 0x1801 macro
|
| H A D | gl31.h | 684 #define GL_DEPTH 0x1801 macro
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/ |
| H A D | meta.c | 3553 _mesa_ClearBufferfv(GL_DEPTH, 0, &depthValue);
|
Completed in 54 milliseconds
12