Searched refs:EGL_WIDTH (Results 1 - 25 of 36) sorted by relevance

12

/frameworks/native/opengl/tests/gl_perf/
H A Dgl2_perf.cpp117 eglQuerySurface(dpy, surface, EGL_WIDTH, &w);
/frameworks/native/opengl/tests/linetex/
H A Dlinetex.cpp63 eglQuerySurface(dpy, surface, EGL_WIDTH, &w);
/frameworks/native/opengl/tests/swapinterval/
H A Dswapinterval.cpp85 eglQuerySurface(dpy, surface, EGL_WIDTH, &w);
/frameworks/rs/driver/
H A DrsdFrameBufferObj.cpp132 eglQuerySurface(dc->gl.egl.display, dc->gl.egl.surface, EGL_WIDTH, &width);
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp188 EGLint attribs[] = { EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE };
254 eglQuerySurface(mEglDisplay, surface, EGL_WIDTH, width);
/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp58 EGLint attribs[] = { EGL_WIDTH, 320, EGL_HEIGHT, 480, EGL_NONE };
66 eglQuerySurface(dpy, surface, EGL_WIDTH, &w);
/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DEGL14Header.java-if113 public static final int EGL_WIDTH = 0x3057;
/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp78 EGL_WIDTH, width,
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java73 int EGL_WIDTH = 0x3057; field in interface:EGL10
/frameworks/native/opengl/tests/angeles/
H A Dapp-linux.cpp162 eglQuerySurface(dpy, surface, EGL_WIDTH, &sWindowWidth);
/frameworks/native/opengl/tests/fillrate/
H A Dfillrate.cpp64 eglQuerySurface(dpy, surface, EGL_WIDTH, &w);
/frameworks/native/opengl/tests/textures/
H A Dtextures.cpp61 eglQuerySurface(dpy, surface, EGL_WIDTH, &w);
/frameworks/native/libs/gui/tests/
H A DGLTest.cpp80 EGL_WIDTH, getSurfaceWidth(),
100 EXPECT_TRUE(eglQuerySurface(mEglDisplay, mEglSurface, EGL_WIDTH, &w));
H A DSurfaceTextureMultiContextGL_test.cpp421 EGL_WIDTH, 64,
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp93 eglQuerySurface(display, surface, EGL_WIDTH, &mDisplayWidth);
415 eglQuerySurface(mDisplay, mSurface, EGL_WIDTH, &mDisplayWidth);
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java113 public static final int EGL_WIDTH = 0x3057; field in class:EGL14
/frameworks/base/services/core/jni/
H A Dcom_android_server_AssetAtlasService.cpp153 EGLint surfaceAttrs[] = { EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE };
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h171 #define EGL_WIDTH 0x3057 macro
/frameworks/native/opengl/tests/finish/
H A Dfinish.cpp65 eglQuerySurface(dpy, surface, EGL_WIDTH, &w);
/frameworks/native/opengl/include/EGL/
H A Degl.h168 #define EGL_WIDTH 0x3057 macro
/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp332 eglQuerySurface(dpy, surface, EGL_WIDTH, &w);
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp264 eglQuerySurface(eglDisplay, eglSurface, EGL_WIDTH, &w);
/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp288 eglQuerySurface(dpy, surface, EGL_WIDTH, &w);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DRenderTarget.java392 int[] attribs = { EGL10.EGL_WIDTH, width, EGL10.EGL_HEIGHT, height, EGL10.EGL_NONE };
/frameworks/native/cmds/flatland/
H A DGLHelper.cpp145 eglQuerySurface(mDisplay, surface, EGL_WIDTH, &w);

Completed in 9849 milliseconds

12