Searched refs:st_CopyPixels (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_cb_drawpixels.c | 1637 st_CopyPixels(struct gl_context *ctx, GLint srcx, GLint srcy, function in typeref:typename:void 1665 st_CopyPixels(ctx, srcx, srcy, width, height, dstx, dsty, GL_STENCIL); 1666 st_CopyPixels(ctx, srcx, srcy, width, height, dstx, dsty, GL_DEPTH); 1855 functions->CopyPixels = st_CopyPixels;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_cb_drawpixels.c | 1709 st_CopyPixels(struct gl_context *ctx, GLint srcx, GLint srcy, function in typeref:typename:void 1743 st_CopyPixels(ctx, srcx, srcy, width, height, dstx, dsty, GL_STENCIL); 1744 st_CopyPixels(ctx, srcx, srcy, width, height, dstx, dsty, GL_DEPTH); 1984 functions->CopyPixels = st_CopyPixels;
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.2.0.rst | 2936 - st/mesa: fix st_CopyPixels without support for stencil exports
|
Completed in 12 milliseconds