Home
last modified time | relevance | path

Searched refs:getVertexExecutableForCachedInputLayout (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DInputLayoutCache.cpp294 ANGLE_TRY(programD3D->getVertexExecutableForCachedInputLayout(context11, &shader, nullptr)); in createInputLayout()
DContext11.cpp983 ANGLE_TRY(programD3D->getVertexExecutableForCachedInputLayout(this, &vertexExe, &infoLog)); in triggerDrawCallProgramRecompilation()
DStateManager11.cpp3003 ANGLE_TRY(mProgramD3D->getVertexExecutableForCachedInputLayout(context11, &vertexExe, nullptr)); in syncProgram()
/external/angle/src/libANGLE/renderer/d3d/
DProgramD3D.h230 angle::Result getVertexExecutableForCachedInputLayout(d3d::Context *context,
DProgramD3D.cpp1613 angle::Result ProgramD3D::getVertexExecutableForCachedInputLayout( in getVertexExecutableForCachedInputLayout() function in rx::ProgramD3D
1727 ANGLE_TRY(mProgram->getVertexExecutableForCachedInputLayout(this, &mExecutable, &mInfoLog)); in run()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp1800 ANGLE_TRY(programD3D->getVertexExecutableForCachedInputLayout(contextD3D, &vertexExe, nullptr)); in applyShaders()