Searched defs:frameSurface (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/test/
H A Dmain.cpp98 GGLSurface frameSurface = {0}; local
102 frameSurface.data = PresentDrawingSurface();
105 frameSurface.data = (unsigned int *)malloc(width * height * 4);
108 frameSurface.format = GGL_PIXEL_FORMAT_RGBA_8888;
109 frameSurface.width = width;
110 frameSurface.height = height;
172 ggl->SetBuffer(ggl, GL_COLOR_BUFFER_BIT, &frameSurface);
336 //memcpy(((GGLContext *)ggl)->frameSurface.data, ((GGLContext *)ggl)->textureState.textures[0].levels[0], width * height * 4);
362 //// ((unsigned *)frameSurface.data)[index] = ((unsigned *)textureGGLContext->textureState.textures[0].levels[0])[index];
366 // ((unsigned *)frameSurface
[all...]
/external/mesa3d/src/pixelflinger2/
H A Dpixelflinger2.h87 GGLSurface frameSurface; member in struct:GGLContext

Completed in 5454 milliseconds