Home
last modified time | relevance | path

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

/frameworks/native/opengl/libagl/
Dtexture.cpp689 const GGLSurface& cbSurface = c->rasterizer.state.buffers.color.s; in drawTexxOESImp() local
690 y = gglIntToFixed(cbSurface.height) - (y + h); in drawTexxOESImp()
793 const GGLSurface& cbSurface = c->rasterizer.state.buffers.color.s; in drawTexiOES() local
794 y = cbSurface.height - (y + h); in drawTexiOES()
1327 const GGLSurface& cbSurface = c->rasterizer.state.buffers.color.s; in glCopyTexImage2D() local
1328 const int cbFormatIdx = cbSurface.format; in glCopyTexImage2D()
1390 y = cbSurface.height - (y + height); in glCopyTexImage2D()
1397 if (x+width > GLint(cbSurface.width)) in glCopyTexImage2D()
1398 width = cbSurface.width - x; in glCopyTexImage2D()
1400 if (y+height > GLint(cbSurface.height)) in glCopyTexImage2D()
[all …]