HomeSort by relevance Sort by last modified time
    Searched refs:GGL_PIXEL_FORMAT_S_8 (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/include/pixelflinger2/
pixelflinger2_format.h 54 GGL_PIXEL_FORMAT_S_8 = 0x19,
  /system/core/include/pixelflinger/
format.h 54 GGL_PIXEL_FORMAT_S_8 = 0x19,
  /external/mesa3d/src/pixelflinger2/
buffer.cpp 171 assert(GGL_PIXEL_FORMAT_S_8 == ctx->stencilSurface.format);
220 assert(GGL_PIXEL_FORMAT_S_8 == ctx->stencilSurface.format);
  /external/mesa3d/test/
cmain.c 288 GGLSurface_t stencilSurface = {width, height, GGL_PIXEL_FORMAT_S_8, malloc(width * height * 1)};
main.cpp 122 stencilSurface.format = GGL_PIXEL_FORMAT_S_8;

Completed in 5152 milliseconds