| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_pixel_draw.c | 50 if (format == GL_STENCIL_INDEX) {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_pixel_draw.c | 50 if (format == GL_STENCIL_INDEX) {
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | stencilwrap.c | 44 glReadPixels(0, 0, 1, 1, GL_STENCIL_INDEX, GL_UNSIGNED_BYTE, &val); 65 glReadPixels(0, 0, 1, 1, GL_STENCIL_INDEX, GL_UNSIGNED_BYTE, &val); 86 glReadPixels(0, 0, 1, 1, GL_STENCIL_INDEX, GL_UNSIGNED_BYTE, &val); 107 glReadPixels(0, 0, 1, 1, GL_STENCIL_INDEX, GL_UNSIGNED_BYTE, &val); 129 glReadPixels(0, 0, 1, 1, GL_STENCIL_INDEX, GL_UNSIGNED_BYTE, &val); 152 glReadPixels(0, 0, 1, 1, GL_STENCIL_INDEX, GL_UNSIGNED_BYTE, &val); 174 glReadPixels(0, 0, 1, 1, GL_STENCIL_INDEX, GL_UNSIGNED_BYTE, &val); 196 glReadPixels(0, 0, 1, 1, GL_STENCIL_INDEX, GL_UNSIGNED_BYTE, &val);
|
| H A D | stencilreaddraw.c | 2 * Test glRead/DrawPixels for GL_STENCIL_INDEX, with pixelzoom. 54 glReadPixels(0, 0, 100, 100, GL_STENCIL_INDEX, GL_UNSIGNED_BYTE, stencil); 92 glDrawPixels(100, 100, GL_STENCIL_INDEX, GL_UNSIGNED_BYTE, stencil); 98 glDrawPixels(100, 100, GL_STENCIL_INDEX, GL_UNSIGNED_BYTE, stencil); 107 glReadPixels(100, 0, 400, 400, GL_STENCIL_INDEX,
|
| H A D | drawstencil.c | 122 glDrawPixels(WIDTH, HEIGHT, GL_STENCIL_INDEX, 126 glReadPixels(x0, y0, WIDTH, HEIGHT, GL_STENCIL_INDEX, GL_UNSIGNED_BYTE, tmp);
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | compsize.c | 88 case GL_STENCIL_INDEX: 181 if (format == GL_COLOR_INDEX || format == GL_STENCIL_INDEX) {
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | compsize.c | 88 case GL_STENCIL_INDEX: 181 if (format == GL_COLOR_INDEX || format == GL_STENCIL_INDEX) {
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 7.5.1.rst | 55 - Fixed Gallium glCopyPixels(GL_STENCIL_INDEX) mispositioned image bug.
|
| H A D | 7.5.2.rst | 42 - Fixed Gallium glDrawPixels(GL_STENCIL_INDEX) failure.
|
| H A D | 7.0.1.rst | 38 - Fixed glDrawPixels(GL_STENCIL_INDEX) pixel transfer bug 11457
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/ |
| H A D | mesa_formats.cpp | 166 EXPECT_EQ(fffat_wrap(GL_STENCIL_INDEX, GL_UNSIGNED_BYTE), 181 GL_STENCIL_INDEX,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/ |
| H A D | compsize.c | 81 case GL_STENCIL_INDEX: 107 if (format == GL_COLOR_INDEX || format == GL_STENCIL_INDEX) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_sampler_view.c | 348 case GL_STENCIL_INDEX: 407 baseFormat == GL_STENCIL_INDEX)) { 412 firstImage->InternalFormat != GL_STENCIL_INDEX) 481 baseFormat == GL_STENCIL_INDEX) { 482 if (stObj->base.StencilSampling || baseFormat == GL_STENCIL_INDEX)
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_sampler_view.c | 386 case GL_STENCIL_INDEX: 445 baseFormat == GL_STENCIL_INDEX)) { 450 firstImage->InternalFormat != GL_STENCIL_INDEX) 521 baseFormat == GL_STENCIL_INDEX) { 522 if (stObj->base.StencilSampling || baseFormat == GL_STENCIL_INDEX)
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | glformats.c | 373 case GL_STENCIL_INDEX: 622 case GL_STENCIL_INDEX: 1274 case GL_STENCIL_INDEX: 1325 case GL_STENCIL_INDEX: 1629 base_format == GL_STENCIL_INDEX) { 1811 if (format != GL_COLOR_INDEX && format != GL_STENCIL_INDEX) { 1914 case GL_STENCIL_INDEX: 2367 case GL_STENCIL_INDEX: 2372 return GL_STENCIL_INDEX; 3440 case GL_STENCIL_INDEX [all...] |
| H A D | texstore.c | 336 srcFormat == GL_STENCIL_INDEX); 362 else if (srcFormat == GL_STENCIL_INDEX) { /* preserve depth */ 415 srcFormat == GL_STENCIL_INDEX); 443 else if (srcFormat == GL_STENCIL_INDEX) { /* preserve depth */ 490 assert(srcFormat == GL_STENCIL_INDEX); 544 srcFormat == GL_STENCIL_INDEX); 562 if (srcFormat != GL_STENCIL_INDEX) 838 case GL_STENCIL_INDEX: 956 if ((userFormat == GL_STENCIL_INDEX || userFormat == GL_DEPTH_COMPONENT)
|
| H A D | readpix.c | 95 format == GL_STENCIL_INDEX) { 175 case GL_STENCIL_INDEX: 383 * Read pixels for format=GL_STENCIL_INDEX. 417 GL_STENCIL_INDEX, type, j, 0); 890 case GL_STENCIL_INDEX: 1020 case GL_STENCIL_INDEX:
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | texstore.c | 338 srcFormat == GL_STENCIL_INDEX); 364 else if (srcFormat == GL_STENCIL_INDEX) { /* preserve depth */ 417 srcFormat == GL_STENCIL_INDEX); 445 else if (srcFormat == GL_STENCIL_INDEX) { /* preserve depth */ 492 assert(srcFormat == GL_STENCIL_INDEX); 546 srcFormat == GL_STENCIL_INDEX); 564 if (srcFormat != GL_STENCIL_INDEX) 840 case GL_STENCIL_INDEX: 958 if ((userFormat == GL_STENCIL_INDEX || userFormat == GL_DEPTH_COMPONENT)
|
| H A D | glformats.c | 373 case GL_STENCIL_INDEX: 622 case GL_STENCIL_INDEX: 1272 case GL_STENCIL_INDEX: 1323 case GL_STENCIL_INDEX: 1616 base_format == GL_STENCIL_INDEX) { 1798 if (format != GL_COLOR_INDEX && format != GL_STENCIL_INDEX) { 1900 case GL_STENCIL_INDEX: 2353 case GL_STENCIL_INDEX: 2358 return GL_STENCIL_INDEX; 3402 case GL_STENCIL_INDEX [all...] |
| H A D | readpix.c | 94 format == GL_STENCIL_INDEX) { 167 case GL_STENCIL_INDEX: 375 * Read pixels for format=GL_STENCIL_INDEX. 409 GL_STENCIL_INDEX, type, j, 0); 882 case GL_STENCIL_INDEX: 1013 case GL_STENCIL_INDEX:
|
| /xsrc/external/mit/mesa-demos/dist/src/util/ |
| H A D | showbuffer.c | 161 glReadPixels(0, 0, winWidth, winHeight, GL_STENCIL_INDEX, GL_UNSIGNED_BYTE, stencilValues);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | intel_pixel_draw.c | 160 if (format == GL_STENCIL_INDEX) {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_pixel_draw.c | 160 if (format == GL_STENCIL_INDEX) {
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | rensize.c | 169 (format != GL_COLOR_INDEX && format != GL_STENCIL_INDEX))) { 214 case GL_STENCIL_INDEX:
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | rensize.c | 175 (format != GL_COLOR_INDEX && format != GL_STENCIL_INDEX))) { 222 case GL_STENCIL_INDEX:
|