Searched refs:mMaxViewportDims (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp414 glGetIntegerv(GL_MAX_VIEWPORT_DIMS, mMaxViewportDims);
457 ALOGI("GL_MAX_VIEWPORT_DIMS = %d x %d", mMaxViewportDims[0], mMaxViewportDims[1]);
556 return mMaxViewportDims[0] < mMaxViewportDims[1] ?
557 mMaxViewportDims[0] : mMaxViewportDims[1];
H A DSurfaceFlinger.h420 GLint mMaxViewportDims[2]; member in class:android::SurfaceFlinger

Completed in 58 milliseconds