Searched refs:getPixelExecutableForCachedOutputLayout (Results 1 – 6 of 6) sorted by relevance
| /external/angle/src/libANGLE/renderer/d3d/ |
| D | ProgramD3D.h | 235 angle::Result getPixelExecutableForCachedOutputLayout(d3d::Context *context,
|
| D | ProgramD3D.cpp | 1534 angle::Result ProgramD3D::getPixelExecutableForCachedOutputLayout( in getPixelExecutableForCachedOutputLayout() function in rx::ProgramD3D 1722 ANGLE_TRY(mProgram->getPixelExecutableForCachedOutputLayout(this, &mExecutable, &mInfoLog)); in run()
|
| /external/angle/src/libANGLE/renderer/d3d/d3d11/ |
| D | Context11.cpp | 929 ANGLE_TRY(programD3D->getPixelExecutableForCachedOutputLayout(this, &pixelExe, &infoLog)); in triggerDrawCallProgramRecompilation()
|
| D | StateManager11.cpp | 2964 ANGLE_TRY(mProgramD3D->getPixelExecutableForCachedOutputLayout(context11, &pixelExe, nullptr)); in syncProgram()
|
| D | Renderer11.cpp | 1729 ANGLE_TRY(programD3D->getPixelExecutableForCachedOutputLayout(context11, &pixelExe, nullptr)); in drawWithGeometryShaderAndTransformFeedback()
|
| /external/angle/src/libANGLE/renderer/d3d/d3d9/ |
| D | Renderer9.cpp | 1767 ANGLE_TRY(programD3D->getPixelExecutableForCachedOutputLayout(contextD3D, &pixelExe, nullptr)); in applyShaders()
|