Searched refs:GL_STENCIL_INDEX (Results 1 - 25 of 97) sorted by relevance

1234

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_pixel_draw.c50 if (format == GL_STENCIL_INDEX) {
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_pixel_draw.c50 if (format == GL_STENCIL_INDEX) {
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dstencilwrap.c44 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 Dstencilreaddraw.c2 * 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 Ddrawstencil.c122 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 Dcompsize.c88 case GL_STENCIL_INDEX:
181 if (format == GL_COLOR_INDEX || format == GL_STENCIL_INDEX) {
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dcompsize.c88 case GL_STENCIL_INDEX:
181 if (format == GL_COLOR_INDEX || format == GL_STENCIL_INDEX) {
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.5.1.rst55 - Fixed Gallium glCopyPixels(GL_STENCIL_INDEX) mispositioned image bug.
H A D7.5.2.rst42 - Fixed Gallium glDrawPixels(GL_STENCIL_INDEX) failure.
H A D7.0.1.rst38 - Fixed glDrawPixels(GL_STENCIL_INDEX) pixel transfer bug 11457
/xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/
H A Dmesa_formats.cpp166 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 Dcompsize.c81 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 Dst_sampler_view.c348 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 Dst_sampler_view.c386 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 Dglformats.c373 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 Dtexstore.c336 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 Dreadpix.c95 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 Dtexstore.c338 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 Dglformats.c373 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 Dreadpix.c94 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 Dshowbuffer.c161 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 Dintel_pixel_draw.c160 if (format == GL_STENCIL_INDEX) {
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_pixel_draw.c160 if (format == GL_STENCIL_INDEX) {
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Drensize.c169 (format != GL_COLOR_INDEX && format != GL_STENCIL_INDEX))) {
214 case GL_STENCIL_INDEX:
/xsrc/external/mit/xorg-server/dist/glx/
H A Drensize.c175 (format != GL_COLOR_INDEX && format != GL_STENCIL_INDEX))) {
222 case GL_STENCIL_INDEX:

Completed in 23 milliseconds

1234