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