Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A DProgramExecutableD3D.h307 void updateCachedOutputLayout(const gl::Context *context, const gl::Framebuffer *framebuffer);
H A DProgramExecutableD3D.cpp1804 void ProgramExecutableD3D::updateCachedOutputLayout(const gl::Context *context, in updateCachedOutputLayout() function in rx::ProgramExecutableD3D
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DContext11.cpp976 executableD3D->updateCachedOutputLayout(context, drawFBO); in triggerDrawCallProgramRecompilation()
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/
H A DRenderer9.cpp1807 executableD3D->updateCachedOutputLayout(context, drawFramebuffer); in applyShaders()