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 Dintel_pixel_copy.c84 case GL_DEPTH:
85 perf_debug("glCopyPixels() fallback: GL_DEPTH\n");
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_pixel_copy.c83 case GL_DEPTH:
84 perf_debug("glCopyPixels() fallback: GL_DEPTH\n");
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_pixel_copy.c84 case GL_DEPTH:
85 perf_debug("glCopyPixels() fallback: GL_DEPTH\n");
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_pixel_copy.c83 case GL_DEPTH:
84 perf_debug("glCopyPixels() fallback: GL_DEPTH\n");
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_copypix.c455 else if (type == GL_DEPTH) {
582 case GL_DEPTH:
646 case GL_DEPTH:
H A Ds_blit.c754 GL_DEPTH,
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_copypix.c455 else if (type == GL_DEPTH) {
582 case GL_DEPTH:
646 case GL_DEPTH:
H A Ds_blit.c754 GL_DEPTH,
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dreflect.c379 if (w->showBuffer == GL_DEPTH) {
452 w->showBuffer = GL_DEPTH;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Ddrawpix.c217 type != GL_DEPTH &&
H A Dmarshal.c597 case GL_DEPTH:
637 if (!(buffer == GL_DEPTH || buffer == GL_COLOR)) {
H A Dfbobject.c296 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 Dclear.c557 case GL_DEPTH:
H A Dframebuffer.c680 * 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 Dst_cb_drawpixels.c1624 } 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 Ddrawpix.c224 type != GL_DEPTH &&
H A Dfbobject.c335 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 Dglthread_marshal.h147 case GL_DEPTH:
H A Dclear.c576 case GL_DEPTH:
H A Dframebuffer.c661 * 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 Dst_cb_drawpixels.c1666 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 Dgl.h470 #define GL_DEPTH 0x1801 macro
/xsrc/external/mit/MesaLib.old/dist/include/GLES3/
H A Dgl3.h682 #define GL_DEPTH 0x1801 macro
H A Dgl31.h684 #define GL_DEPTH 0x1801 macro
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
H A Dmeta.c3553 _mesa_ClearBufferfv(GL_DEPTH, 0, &depthValue);

Completed in 54 milliseconds

12