Home
last modified time | relevance | path

Searched defs:EGL_DISPLAY_SCALING (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/opengl/include/EGL/
Degl.h185 #define EGL_DISPLAY_SCALING 10000 macro
/frameworks/base/opengl/java/android/opengl/
DEGL14.java134 public static final int EGL_DISPLAY_SCALING = 10000; field in EGL14