OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:depthbits
(Results
1 - 4
of
4
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_atarigl_c.h
65
OSMesaContext (*OSMesaCreateContextExt)( GLenum format, GLint
depthBits
, GLint stencilBits, GLint accumBits, OSMesaContext sharelist);
/external/webkit/Source/WebCore/platform/graphics/mac/
GraphicsContext3DMac.mm
56
static void setPixelFormat(Vector<CGLPixelFormatAttribute>& attribs, int colorBits, int
depthBits
, bool accelerated, bool supersample, bool closest)
63
attribs.append(static_cast<CGLPixelFormatAttribute>(
depthBits
));
/external/mesa3d/docs/
RELNOTES-3.3
226
the
depthBits
value passed to gl_create_context(). 1 is a bad
/external/mesa3d/src/mesa/main/
mtypes.h
485
GLint
depthBits
;
[
all
...]
Completed in 123 milliseconds