Searched refs:EGL_DISPLAY_SCALING (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DEGL14Header.java-if133 public static final int EGL_DISPLAY_SCALING = 10000;
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java133 public static final int EGL_DISPLAY_SCALING = 10000; field in class:EGL14
/frameworks/native/opengl/include/EGL/
H A Degl.h198 #define EGL_DISPLAY_SCALING 10000 macro
/frameworks/native/opengl/libagl/
H A Degl.cpp197 return (0 * EGL_DISPLAY_SCALING) * (1.0f / 25.4f);
200 return (0 * EGL_DISPLAY_SCALING) * (1.0f / 25.4f);
203 return (60 * EGL_DISPLAY_SCALING);
612 return (nativeWindow->xdpi * EGL_DISPLAY_SCALING) * (1.0f / 25.4f);
615 return (nativeWindow->ydpi * EGL_DISPLAY_SCALING) * (1.0f / 25.4f);
618 return (60 * EGL_DISPLAY_SCALING); // FIXME
1635 // pixel/mm * EGL_DISPLAY_SCALING
1639 // pixel/mm * EGL_DISPLAY_SCALING
1643 // w/h * EGL_DISPLAY_SCALING
1646 *value = (wr * EGL_DISPLAY_SCALING) / h
[all...]

Completed in 181 milliseconds