Searched refs:EGL_OPENGL_ES_BIT (Results 1 - 6 of 6) sorted by last modified time

/frameworks/native/opengl/include/EGL/
H A Degl.h155 #define EGL_OPENGL_ES_BIT 0x0001 /* EGL_RENDERABLE_TYPE mask bits */ macro
/frameworks/native/opengl/libagl/
H A Degl.cpp906 { EGL_RENDERABLE_TYPE, EGL_OPENGL_ES_BIT },
/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp231 EGL_RENDERABLE_TYPE, EGL_OPENGL_ES_BIT,
/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DEGL14Header.java-if104 public static final int EGL_OPENGL_ES_BIT = 0x0001;
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.cpp75 } else if (renderableType & EGL_OPENGL_ES_BIT) {
411 err = selectEGLConfig(display, format, EGL_OPENGL_ES_BIT, &config);
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java104 public static final int EGL_OPENGL_ES_BIT = 0x0001; field in class:EGL14

Completed in 175 milliseconds