OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StencilSelect
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/pixelflinger2/
buffer.cpp
98
static void
StencilSelect
(const GGLInterface * iface, GLenum face)
238
iface->
StencilSelect
=
StencilSelect
;
raster.cpp
528
iface->
StencilSelect
(iface, ((unsigned &)area & 0x80000000) ? GL_BACK : GL_FRONT);
/external/mesa3d/include/pixelflinger2/
pixelflinger2_interface.h
189
void (*
StencilSelect
)(const GGLInterface_t * iface, GLenum face);
Completed in 392 milliseconds