Home
last modified time | relevance | path

Searched refs:hasGeometryExecutableForPrimitiveType (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DContext11.cpp888 bool recompileGS = !programD3D->hasGeometryExecutableForPrimitiveType(glState, drawMode); in triggerDrawCallProgramRecompilation()
918 if (!programD3D->hasGeometryExecutableForPrimitiveType(glState, drawMode)) in triggerDrawCallProgramRecompilation()
DStateManager11.cpp2941 ASSERT(mProgramD3D->hasGeometryExecutableForPrimitiveType(glState, drawMode)); in syncProgram()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DProgramD3D.h326 bool hasGeometryExecutableForPrimitiveType(const gl::State &state, gl::PrimitiveMode drawMode);
DProgramD3D.cpp3245 bool ProgramD3D::hasGeometryExecutableForPrimitiveType(const gl::State &state, in hasGeometryExecutableForPrimitiveType() function in rx::ProgramD3D