Searched refs:GGL_PIXEL_FORMAT_S_8 (Results 1 – 4 of 4) sorted by relevance
54 GGL_PIXEL_FORMAT_S_8 = 0x19, enumerator
171 assert(GGL_PIXEL_FORMAT_S_8 == ctx->stencilSurface.format); in Clear()220 assert(GGL_PIXEL_FORMAT_S_8 == ctx->stencilSurface.format); in SetBuffer()
288 GGLSurface_t stencilSurface = {width, height, GGL_PIXEL_FORMAT_S_8, malloc(width * height * 1)}; in cmain()
122 stencilSurface.format = GGL_PIXEL_FORMAT_S_8; in test_scan()