/external/chromium_org/third_party/mesa/src/include/EGL/ |
eglext.h | 42 #define EGL_CONFORMANT_KHR 0x3042 /* EGLConfig attribute */ 53 #define EGL_MATCH_FORMAT_KHR 0x3043 /* EGLConfig attribute */ 255 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurfaceHI(EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI* pixmap); 257 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPIXMAPSURFACEHIPROC) (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI* pixmap); 384 EGLAPI EGLSurface EGLAPIENTRY eglCreateStreamProducerSurfaceKHR(EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, const EGLint *attrib_list); 386 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATESTREAMPRODUCERSURFACEKHRPROC)(EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, const EGLint *attrib_list);
|
/external/mesa3d/include/EGL/ |
eglext.h | 42 #define EGL_CONFORMANT_KHR 0x3042 /* EGLConfig attribute */ 53 #define EGL_MATCH_FORMAT_KHR 0x3043 /* EGLConfig attribute */ 255 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurfaceHI(EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI* pixmap); 257 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPIXMAPSURFACEHIPROC) (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI* pixmap); 384 EGLAPI EGLSurface EGLAPIENTRY eglCreateStreamProducerSurfaceKHR(EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, const EGLint *attrib_list); 386 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATESTREAMPRODUCERSURFACEKHRPROC)(EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, const EGLint *attrib_list);
|
/frameworks/base/services/java/com/android/server/power/ |
ElectronBeam.java | 27 import android.opengl.EGLConfig; 89 private EGLConfig mEglConfig; 468 EGLConfig[] eglConfigs = new EGLConfig[1];
|
/frameworks/native/opengl/include/EGL/ |
eglext.h | 42 #define EGL_CONFORMANT_KHR 0x3042 /* EGLConfig attribute */ 53 #define EGL_MATCH_FORMAT_KHR 0x3043 /* EGLConfig attribute */ 254 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurfaceHI(EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI* pixmap); 256 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPIXMAPSURFACEHIPROC) (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI* pixmap); 381 EGLAPI EGLSurface EGLAPIENTRY eglCreateStreamProducerSurfaceKHR(EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, const EGLint *attrib_list); 383 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATESTREAMPRODUCERSURFACEKHRPROC)(EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, const EGLint *attrib_list);
|
/frameworks/native/opengl/tests/angeles/ |
app-linux.cpp | 133 EGLConfig config; 146 fprintf(stderr, "couldn't find an EGLConfig matching the screen format\n");
|
/frameworks/native/opengl/tests/fillrate/ |
fillrate.cpp | 43 EGLConfig config; 56 fprintf(stderr, "couldn't find an EGLConfig matching the screen format\n");
|
/frameworks/native/opengl/tests/textures/ |
textures.cpp | 40 EGLConfig config; 53 fprintf(stderr, "couldn't find an EGLConfig matching the screen format\n");
|
/frameworks/native/services/surfaceflinger/ |
DisplayDevice.h | 82 EGLConfig config);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
AccelerometerTestRenderer.java | 26 import javax.microedition.khronos.egl.EGLConfig; 285 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
|
GyroscopeTestActivity.java | 41 import javax.microedition.khronos.egl.EGLConfig; 231 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
FrameBufferObjectActivity.java | 19 import javax.microedition.khronos.egl.EGLConfig; 87 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
SpriteTextRenderer.java | 26 import javax.microedition.khronos.egl.EGLConfig; 53 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
|
/external/chromium_org/ppapi/lib/gl/include/EGL/ |
eglext.h | 42 #define EGL_CONFORMANT_KHR 0x3042 /* EGLConfig attribute */ 53 #define EGL_MATCH_FORMAT_KHR 0x3043 /* EGLConfig attribute */ 255 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurfaceHI(EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI* pixmap); 257 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPIXMAPSURFACEHIPROC) (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI* pixmap);
|
/external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/ |
VideoStreamsView.java | 44 import javax.microedition.khronos.egl.EGLConfig; 184 public void onSurfaceCreated(GL10 unused, EGLConfig config) {
|
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
eglapi.h | 49 typedef EGLBoolean (*GetConfigs_t)(_EGLDriver *drv, _EGLDisplay *dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config); 50 typedef EGLBoolean (*ChooseConfig_t)(_EGLDriver *drv, _EGLDisplay *dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config);
|
eglapi.c | 41 * The EGLDisplay, EGLConfig, EGLContext and EGLSurface types are 96 #include "eglconfig.h" 369 eglGetConfigs(EGLDisplay dpy, EGLConfig *configs, 384 eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, 400 eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, 416 eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_list, 521 eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, 542 eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, 563 eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, 1060 eglCreateScreenSurfaceMESA(EGLDisplay dpy, EGLConfig config [all...] |
/external/mesa3d/src/egl/main/ |
eglapi.h | 49 typedef EGLBoolean (*GetConfigs_t)(_EGLDriver *drv, _EGLDisplay *dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config); 50 typedef EGLBoolean (*ChooseConfig_t)(_EGLDriver *drv, _EGLDisplay *dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config);
|
eglapi.c | 41 * The EGLDisplay, EGLConfig, EGLContext and EGLSurface types are 96 #include "eglconfig.h" 369 eglGetConfigs(EGLDisplay dpy, EGLConfig *configs, 384 eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, 400 eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, 416 eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_list, 521 eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, 542 eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, 563 eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, 1060 eglCreateScreenSurfaceMESA(EGLDisplay dpy, EGLConfig config [all...] |
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/ |
TiledImageView.java | 42 import javax.microedition.khronos.egl.EGLConfig; 286 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
|
/frameworks/native/opengl/libs/EGL/ |
eglApi.cpp | 257 EGLConfig *configs, 282 EGLConfig *configs, EGLint config_size, 358 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, 400 EGLSurface eglCreateWindowSurface( EGLDisplay dpy, EGLConfig config, 418 // Whether to use sRGB gamma is not part of the EGLconfig, but is part 420 // modify the EGLconfig's format before setting the native window's 522 EGLSurface eglCreatePixmapSurface( EGLDisplay dpy, EGLConfig config, 542 EGLSurface eglCreatePbufferSurface( EGLDisplay dpy, EGLConfig config, 617 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, [all...] |
/frameworks/native/opengl/tests/gl_yuvtex/ |
gl_yuvtex.cpp | 173 void printEGLConfiguration(EGLDisplay dpy, EGLConfig config) { 226 EGLConfig myConfig = {0};
|
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/ |
MyGLSurfaceView.java | 26 import javax.microedition.khronos.egl.EGLConfig; 146 public void onSurfaceCreated(GL10 glUnused, EGLConfig config) {
|
/packages/apps/Gallery2/src/com/android/photos/views/ |
TiledImageView.java | 42 import javax.microedition.khronos.egl.EGLConfig; 286 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/ |
TiledImageView.java | 42 import javax.microedition.khronos.egl.EGLConfig; 298 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
|
/frameworks/rs/driver/ |
rsdGL.cpp | 87 static void printEGLConfiguration(EGLDisplay dpy, EGLConfig config) { 270 EGLConfig* const configs = new EGLConfig[numConfigs]; 277 ALOGE("%p, couldn't find an EGLConfig matching the screen format\n", rsc);
|