HomeSort by relevance Sort by last modified time
    Searched refs:mMaxViewportDims (Results 1 - 4 of 4) sorted by null

  /frameworks/native/services/surfaceflinger/RenderEngine/
GLES11RenderEngine.cpp 37 glGetIntegerv(GL_MAX_VIEWPORT_DIMS, mMaxViewportDims);
73 mMaxViewportDims[0] < mMaxViewportDims[1] ?
74 mMaxViewportDims[0] : mMaxViewportDims[1];
GLES11RenderEngine.h 39 GLint mMaxViewportDims[2];
GLES20RenderEngine.h 41 GLint mMaxViewportDims[2];
GLES20RenderEngine.cpp 46 glGetIntegerv(GL_MAX_VIEWPORT_DIMS, mMaxViewportDims);
80 mMaxViewportDims[0] < mMaxViewportDims[1] ?
81 mMaxViewportDims[0] : mMaxViewportDims[1];

Completed in 836 milliseconds