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

12

/frameworks/native/opengl/tests/gl_perf/
H A Dgl2_perf.cpp119 eglQuerySurface(dpy, surface, EGL_HEIGHT, &h);
/frameworks/native/opengl/tests/linetex/
H A Dlinetex.cpp64 eglQuerySurface(dpy, surface, EGL_HEIGHT, &h);
/frameworks/native/opengl/tests/swapinterval/
H A Dswapinterval.cpp86 eglQuerySurface(dpy, surface, EGL_HEIGHT, &h);
/frameworks/rs/driver/
H A DrsdFrameBufferObj.cpp133 eglQuerySurface(dc->gl.egl.display, dc->gl.egl.surface, EGL_HEIGHT, &height);
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp188 EGLint attribs[] = { EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE };
257 eglQuerySurface(mEglDisplay, surface, EGL_HEIGHT, height);
/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp58 EGLint attribs[] = { EGL_WIDTH, 320, EGL_HEIGHT, 480, EGL_NONE };
67 eglQuerySurface(dpy, surface, EGL_HEIGHT, &h);
/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DEGL14Header.java-if112 public static final int EGL_HEIGHT = 0x3056;
/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp79 EGL_HEIGHT, height,
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java72 int EGL_HEIGHT = 0x3056; field in interface:EGL10
/frameworks/native/opengl/tests/angeles/
H A Dapp-linux.cpp163 eglQuerySurface(dpy, surface, EGL_HEIGHT, &sWindowHeight);
/frameworks/native/opengl/tests/fillrate/
H A Dfillrate.cpp65 eglQuerySurface(dpy, surface, EGL_HEIGHT, &h);
/frameworks/native/opengl/tests/textures/
H A Dtextures.cpp62 eglQuerySurface(dpy, surface, EGL_HEIGHT, &h);
/frameworks/native/libs/gui/tests/
H A DGLTest.cpp81 EGL_HEIGHT, getSurfaceHeight(),
102 EXPECT_TRUE(eglQuerySurface(mEglDisplay, mEglSurface, EGL_HEIGHT, &h));
H A DSurfaceTextureMultiContextGL_test.cpp422 EGL_HEIGHT, 64,
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp94 eglQuerySurface(display, surface, EGL_HEIGHT, &mDisplayHeight);
416 eglQuerySurface(mDisplay, mSurface, EGL_HEIGHT, &mDisplayHeight);
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java112 public static final int EGL_HEIGHT = 0x3056; 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.h170 #define EGL_HEIGHT 0x3056 macro
/frameworks/native/opengl/tests/finish/
H A Dfinish.cpp66 eglQuerySurface(dpy, surface, EGL_HEIGHT, &h);
/frameworks/native/opengl/include/EGL/
H A Degl.h167 #define EGL_HEIGHT 0x3056 macro
/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp334 eglQuerySurface(dpy, surface, EGL_HEIGHT, &h);
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp266 eglQuerySurface(eglDisplay, eglSurface, EGL_HEIGHT, &h);
/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp290 eglQuerySurface(dpy, surface, EGL_HEIGHT, &h);
/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.cpp146 eglQuerySurface(mDisplay, surface, EGL_HEIGHT, &h);

Completed in 8241 milliseconds

12