Searched refs:getVertexExecutableForCachedInputLayout (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
H A D | InputLayoutCache.cpp | 215 ANGLE_TRY(executableD3D->getVertexExecutableForCachedInputLayout(context11, renderer, &shader, in createInputLayout()
|
H A D | Context11.cpp | 997 ANGLE_TRY(executableD3D->getVertexExecutableForCachedInputLayout(this, mRenderer, in triggerDrawCallProgramRecompilation()
|
H A D | StateManager11.cpp | 3026 ANGLE_TRY(mExecutableD3D->getVertexExecutableForCachedInputLayout(context11, renderer, in syncProgram()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/ |
H A D | ProgramExecutableD3D.h | 372 angle::Result getVertexExecutableForCachedInputLayout(d3d::Context *context,
|
H A D | ProgramD3D.cpp | 340 mResult = mExecutable->getVertexExecutableForCachedInputLayout( in operator ()()
|
H A D | ProgramExecutableD3D.cpp | 1330 angle::Result ProgramExecutableD3D::getVertexExecutableForCachedInputLayout( in getVertexExecutableForCachedInputLayout() function in rx::ProgramExecutableD3D
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Renderer9.cpp | 1803 ANGLE_TRY(executableD3D->getVertexExecutableForCachedInputLayout(context9, renderer, &vertexExe, in applyShaders()
|