Home
last modified time | relevance | path

Searched defs:getCompiledState (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A DShader.h90 const SharedCompiledShaderState &getCompiledState() const in getCompiledState() function
163 const SharedCompiledShaderState &getCompiledState() const { return mState.getCompiledState(); } in getCompiledState() function
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/
H A DShaderMtl.h30 const SharedCompiledShaderStateMtl &getCompiledState() const { return mCompiledState; } in getCompiledState() function
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A DShaderD3D.h124 const SharedCompiledShaderStateD3D &getCompiledState() const { return mCompiledState; } in getCompiledState() function