Home
last modified time | relevance | path

Searched refs:GGL_PIXEL_FORMAT_S_8 (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/include/pixelflinger2/
Dpixelflinger2_format.h54 GGL_PIXEL_FORMAT_S_8 = 0x19, enumerator
/external/mesa3d/src/pixelflinger2/
Dbuffer.cpp171 assert(GGL_PIXEL_FORMAT_S_8 == ctx->stencilSurface.format); in Clear()
220 assert(GGL_PIXEL_FORMAT_S_8 == ctx->stencilSurface.format); in SetBuffer()
/external/mesa3d/test/
Dcmain.c288 GGLSurface_t stencilSurface = {width, height, GGL_PIXEL_FORMAT_S_8, malloc(width * height * 1)}; in cmain()
Dmain.cpp122 stencilSurface.format = GGL_PIXEL_FORMAT_S_8; in test_scan()