Home
last modified time | relevance | path

Searched refs:_mesa_has_depthstencil_combined (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_blit.c267 if (_mesa_has_depthstencil_combined(readFB) && in st_BlitFramebuffer()
268 _mesa_has_depthstencil_combined(drawFB)) { in st_BlitFramebuffer()
/external/mesa3d/src/mesa/main/
Dfbobject.h109 _mesa_has_depthstencil_combined(const struct gl_framebuffer *fb);
Dreadpix.c159 return !_mesa_has_depthstencil_combined(ctx->ReadBuffer) || in _mesa_readpixels_needs_slow_path()
Dfbobject.c671 _mesa_has_depthstencil_combined(const struct gl_framebuffer *fb) in _mesa_has_depthstencil_combined() function
1487 !_mesa_has_depthstencil_combined(fb)) { in _mesa_test_framebuffer_completeness()