Home
last modified time | relevance | path

Searched defs:scissorIndexed (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h527 PFNGLSCISSORINDEXEDPROC scissorIndexed = nullptr; variable
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl662 glScissorIndexedFunc scissorIndexed; variable
/external/angle/src/libANGLE/
DContext_gl.cpp2588 void Context::scissorIndexed(GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height) in scissorIndexed() function in gl::Context