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

  /external/mesa3d/test/
cmain.c 280 GGLSurface_t colorSurface = {width, height, GGL_PIXEL_FORMAT_RGBA_8888, malloc(width * height * 4)};
284 GGLSurface_t depthSurface = {width, height, GGL_PIXEL_FORMAT_Z_32, malloc(width * height * 4)};
288 GGLSurface_t stencilSurface = {width, height, GGL_PIXEL_FORMAT_S_8, malloc(width * height * 1)};
  /external/mesa3d/include/pixelflinger2/
pixelflinger2_interface.h 55 } GGLSurface_t;
201 void (* SetBuffer)(GGLInterface_t * iface, const GLenum type, GGLSurface_t * surface);

Completed in 13 milliseconds