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.cpp874 ANGLE_TRY(programD3D->getVertexExecutableForCachedInputLayout(this, &vertexExe, &infoLog)); in triggerDrawCallProgramRecompilation()
DStateManager11.cpp2915 ANGLE_TRY(mProgramD3D->getVertexExecutableForCachedInputLayout(context11, &vertexExe, nullptr)); in syncProgram()
/external/angle/src/libANGLE/renderer/d3d/
DProgramD3D.h220 angle::Result getVertexExecutableForCachedInputLayout(d3d::Context *context,
DProgramD3D.cpp1580 angle::Result ProgramD3D::getVertexExecutableForCachedInputLayout( in getVertexExecutableForCachedInputLayout() function in rx::ProgramD3D
1697 ANGLE_TRY(mProgram->getVertexExecutableForCachedInputLayout(this, &mExecutable, &mInfoLog)); in run()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp1756 ANGLE_TRY(programD3D->getVertexExecutableForCachedInputLayout(contextD3D, &vertexExe, nullptr)); in applyShaders()