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.c283 if (_mesa_has_depthstencil_combined(readFB) && in st_BlitFramebuffer()
284 _mesa_has_depthstencil_combined(drawFB)) { in st_BlitFramebuffer()
/external/mesa3d/src/mesa/main/
Dfbobject.h105 _mesa_has_depthstencil_combined(const struct gl_framebuffer *fb);
Dreadpix.c157 return !_mesa_has_depthstencil_combined(ctx->ReadBuffer) || in _mesa_readpixels_needs_slow_path()
Dfbobject.c625 _mesa_has_depthstencil_combined(const struct gl_framebuffer *fb) in _mesa_has_depthstencil_combined() function
1261 !_mesa_has_depthstencil_combined(fb)) { in _mesa_test_framebuffer_completeness()