Home
last modified time | relevance | path

Searched refs:piglit_probe_rect_stencil (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_framebuffer_object/
H A Ddepth-stencil-blit.c86 pass = piglit_probe_rect_stencil(0, 0, BUF_SIZE/2, BUF_SIZE/2, 0x3333 & mask) && pass; in compare_stencil()
87 pass = piglit_probe_rect_stencil(0, BUF_SIZE/2, BUF_SIZE/2, BUF_SIZE/2, 0xfefe & mask) && pass; in compare_stencil()
88 pass = piglit_probe_rect_stencil(BUF_SIZE/2, 0, BUF_SIZE/2, BUF_SIZE, 0xfefe & mask) && pass; in compare_stencil()
206 pass = piglit_probe_rect_stencil(0, 0, BUF_SIZE, BUF_SIZE, in test_depth_blit()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/gl-3.2/
H A Dclear-no-buffers.c82 pass = piglit_probe_rect_stencil(0, 0, piglit_width, piglit_height, 1) in piglit_display()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/gl-3.0/api/
H A Dclearbuffer-common.c162 if (!piglit_probe_rect_stencil(0, 0, in simple_probe()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/general/
H A Dcopy-pixels.c120 pass = piglit_probe_rect_stencil(x, y, IMAGE_WIDTH, IMAGE_HEIGHT, in test_stencil_copypix()
H A Dgl30basic.c195 if (!piglit_probe_rect_stencil(0, 0, piglit_width, piglit_height, 3)) { in test_clearing()
H A Ddraw-pixels.c838 p = piglit_probe_rect_stencil(0, 0, in piglit_display()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/texturing/
H A Ddepthstencil-render-miplevels.cpp324 pass = piglit_probe_rect_stencil(0, 0, dim, dim, in test_miplevel()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/util/
H A Dpiglit-util-gl.h215 int piglit_probe_rect_stencil(int x, int y, int w, int h, unsigned expected);
H A Dpiglit-util-gl.c2249 int piglit_probe_rect_stencil(int x, int y, int w, int h, unsigned expected) in piglit_probe_rect_stencil() function
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/hiz/
H A Dhiz-util.c70 hiz_probe_common(piglit_probe_rect_stencil, expected_stencil); in hiz_probe_stencil_buffer()