Home
last modified time | relevance | path

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

/frameworks/native/opengl/libagl/
Dmatrix.cpp643 c->viewport.surfaceport.x = x; in ogles_surfaceport()
644 c->viewport.surfaceport.y = y; in ogles_surfaceport()
673 x += c->viewport.surfaceport.x; in ogles_scissor()
674 y += c->viewport.surfaceport.y; in ogles_scissor()
693 x += c->viewport.surfaceport.x; in ogles_viewport()
694 y += c->viewport.surfaceport.y; in ogles_viewport()
Dcontext.h527 } surfaceport; member