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);
67 mMaxViewportDims[0] < mMaxViewportDims[1] ?
68 mMaxViewportDims[0] : mMaxViewportDims[1];
GLES20RenderEngine.cpp 46 glGetIntegerv(GL_MAX_VIEWPORT_DIMS, mMaxViewportDims);
74 mMaxViewportDims[0] < mMaxViewportDims[1] ?
75 mMaxViewportDims[0] : mMaxViewportDims[1];
GLES11RenderEngine.h 39 GLint mMaxViewportDims[2];
GLES20RenderEngine.h 41 GLint mMaxViewportDims[2];

Completed in 3073 milliseconds