Home
last modified time | relevance | path

Searched refs:ScissorIndexed (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/main/
Dscissor.c172 ScissorIndexed(GLuint index, GLint left, GLint bottom, in ScissorIndexed() function
205 ScissorIndexed(index, left, bottom, width, height, "glScissorIndexed"); in _mesa_ScissorIndexed()
211 ScissorIndexed(index, v[0], v[1], v[2], v[3], "glScissorIndexedv"); in _mesa_ScissorIndexedv()
/external/mesa3d/include/GL/
Dgl_mangle.h1941 #define glScissorIndexed MANGLE(ScissorIndexed)