Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DProgramD3D.h228 angle::Result getPixelExecutableForCachedOutputLayout(d3d::Context *context,
DProgramD3D.cpp1538 angle::Result ProgramD3D::getPixelExecutableForCachedOutputLayout( in getPixelExecutableForCachedOutputLayout() function in rx::ProgramD3D
1725 ANGLE_TRY(mProgram->getPixelExecutableForCachedOutputLayout(this, &mExecutable, &mInfoLog)); in run()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DContext11.cpp929 ANGLE_TRY(programD3D->getPixelExecutableForCachedOutputLayout(this, &pixelExe, &infoLog)); in triggerDrawCallProgramRecompilation()
DStateManager11.cpp2948 ANGLE_TRY(mProgramD3D->getPixelExecutableForCachedOutputLayout(context11, &pixelExe, nullptr)); in syncProgram()
DRenderer11.cpp1714 ANGLE_TRY(programD3D->getPixelExecutableForCachedOutputLayout(context11, &pixelExe, nullptr)); in drawWithGeometryShaderAndTransformFeedback()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp1767 ANGLE_TRY(programD3D->getPixelExecutableForCachedOutputLayout(contextD3D, &pixelExe, nullptr)); in applyShaders()