Searched refs:noopDraw (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libANGLE/ |
D | Context.inl.h | 77 ANGLE_INLINE bool Context::noopDraw(PrimitiveMode mode, GLsizei count) const in noopDraw() function 125 if (noopDraw(mode, count)) in drawArrays() 142 if (noopDraw(mode, count)) in drawElements()
|
D | Context.h | 614 bool noopDraw(PrimitiveMode mode, GLsizei count) const;
|
D | Context.cpp | 2511 if (noopDraw(mode, count)) in drawElementsBaseVertex() 2551 if (noopDraw(mode, count)) in drawRangeElements() 2572 if (noopDraw(mode, count)) in drawRangeElementsBaseVertex() 4014 return (instanceCount == 0) || noopDraw(mode, count); in noopDrawInstanced() 6406 if (noopDraw(mode, count)) in drawArraysInstancedBaseInstance() 6439 if (noopDraw(mode, count)) in drawElementsInstancedBaseVertexBaseInstance()
|
/external/angle/src/libANGLE/renderer/ |
D | renderer_utils.h | 461 #define ANGLE_NOOP_DRAW_ context->noopDraw(mode, counts[drawID])
|