Home
last modified time | relevance | path

Searched defs:EGL_SAMPLES (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/opengl/tests/angeles/include/GLES/
Degl.h135 #define EGL_SAMPLES 0x3031 macro
/frameworks/native/opengl/include/EGL/
Degl.h112 #define EGL_SAMPLES 0x3031 macro
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java52 int EGL_SAMPLES = 0x3031; field
/frameworks/base/opengl/java/android/opengl/
DEGL14.java70 public static final int EGL_SAMPLES = 0x3031; field in EGL14