Home
last modified time | relevance | path

Searched refs:hasZeroDivisor (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
DContext.h665 bool hasZeroDivisor() const;
DlibGLESv2.cpp1679 if(!context->hasZeroDivisor()) in DrawArraysInstancedANGLE()
1732 if(!context->hasZeroDivisor()) in DrawElementsInstancedANGLE()
DContext.cpp1488 bool Context::hasZeroDivisor() const in hasZeroDivisor() function in es2::Context