Home
last modified time | relevance | path

Searched refs:GGLSurface_t (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/test/
Dcmain.c280GGLSurface_t colorSurface = {width, height, GGL_PIXEL_FORMAT_RGBA_8888, malloc(width * height * 4)… in cmain()
284 GGLSurface_t depthSurface = {width, height, GGL_PIXEL_FORMAT_Z_32, malloc(width * height * 4)}; in cmain()
288 GGLSurface_t stencilSurface = {width, height, GGL_PIXEL_FORMAT_S_8, malloc(width * height * 1)}; in cmain()
/external/mesa3d/include/pixelflinger2/
Dpixelflinger2_interface.h55 } GGLSurface_t; typedef
201 void (* SetBuffer)(GGLInterface_t * iface, const GLenum type, GGLSurface_t * surface);