Home
last modified time | relevance | path

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

/frameworks/native/opengl/libagl/
Degl.cpp219 return (0 * EGL_DISPLAY_SCALING) * (1.0f / 25.4f); in getHorizontalResolution()
222 return (0 * EGL_DISPLAY_SCALING) * (1.0f / 25.4f); in getVerticalResolution()
225 return (60 * EGL_DISPLAY_SCALING); in getRefreshRate()
636 return (nativeWindow->xdpi * EGL_DISPLAY_SCALING) * (1.0f / 25.4f); in getHorizontalResolution()
639 return (nativeWindow->ydpi * EGL_DISPLAY_SCALING) * (1.0f / 25.4f); in getVerticalResolution()
642 return (60 * EGL_DISPLAY_SCALING); // FIXME in getRefreshRate()
1707 *value = (wr * EGL_DISPLAY_SCALING) / hr; in eglQuerySurface()
/frameworks/base/opengl/java/android/opengl/
DEGL14.java133 public static final int EGL_DISPLAY_SCALING = 10000; field in EGL14
/frameworks/native/opengl/include/EGL/
Degl.h185 #define EGL_DISPLAY_SCALING 10000 macro
/frameworks/native/opengl/tools/glgen/stubs/egl/
DEGL14Header.java-if133 public static final int EGL_DISPLAY_SCALING = 10000;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18725 field public static final int EGL_DISPLAY_SCALING = 10000; // 0x2710
/frameworks/base/config/
Dhiddenapi-public-dex.txt27634 Landroid/opengl/EGL14;->EGL_DISPLAY_SCALING:I
/frameworks/base/api/
Dcurrent.txt29151 field public static final int EGL_DISPLAY_SCALING = 10000; // 0x2710