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

/frameworks/native/opengl/libagl/
H A Dtexture.cpp696 const GGLSurface& cbSurface = c->rasterizer.state.buffers.color.s; local
697 y = gglIntToFixed(cbSurface.height) - (y + h);
800 const GGLSurface& cbSurface = c->rasterizer.state.buffers.color.s; local
801 y = cbSurface.height - (y + h);
1334 const GGLSurface& cbSurface = c->rasterizer.state.buffers.color.s;
1335 const int cbFormatIdx = cbSurface.format;
1397 y = cbSurface.height - (y + height);
1404 if (x+width > GLint(cbSurface.width))
1405 width = cbSurface.width - x;
1407 if (y+height > GLint(cbSurface
[all...]

Completed in 241 milliseconds