Searched refs:st_CopyPixels (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawpixels.c | 1701 st_CopyPixels(struct gl_context *ctx, GLint srcx, GLint srcy, in st_CopyPixels() function 1735 st_CopyPixels(ctx, srcx, srcy, width, height, dstx, dsty, GL_STENCIL); in st_CopyPixels() 1736 st_CopyPixels(ctx, srcx, srcy, width, height, dstx, dsty, GL_DEPTH); in st_CopyPixels() 1977 functions->CopyPixels = st_CopyPixels; in st_init_drawpixels_functions()
|
/external/mesa3d/docs/relnotes/ |
D | 20.2.0.rst | 2936 - st/mesa: fix st_CopyPixels without support for stencil exports
|