Searched refs:drawClosingLine (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
D | Context.h | 398 void drawClosingLine(unsigned int first, unsigned int last); 399 void drawClosingLine(GLsizei count, GLenum type, const void *indices);
|
D | Context.cpp | 2605 drawClosingLine(first, first + count - 1); in drawArrays() 2672 drawClosingLine(count, type, indices); in drawElements() 2756 void Context::drawClosingLine(unsigned int first, unsigned int last) in drawClosingLine() function in gl::Context 2811 void Context::drawClosingLine(GLsizei count, GLenum type, const void *indices) in drawClosingLine() function in gl::Context 2840 drawClosingLine(first, last); in drawClosingLine()
|
/external/webkit/Source/ThirdParty/ANGLE/ |
D | ChangeLog | 418 (gl::Context::drawClosingLine):
|