/frameworks/native/opengl/tests/filter/ |
D | filter.cpp | 58 EGLint attribs[] = { EGL_WIDTH, 320, EGL_HEIGHT, 480, EGL_NONE }; in main() 67 eglQuerySurface(dpy, surface, EGL_HEIGHT, &h); in main()
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
D | Surface.cpp | 106 return querySurface(EGL_HEIGHT); in queryHeight()
|
/frameworks/native/opengl/tests/gl_perf/ |
D | gl2_perf.cpp | 112 eglQuerySurface(dpy, surface, EGL_HEIGHT, &h); in main()
|
/frameworks/native/opengl/tests/linetex/ |
D | linetex.cpp | 64 eglQuerySurface(dpy, surface, EGL_HEIGHT, &h); in main()
|
/frameworks/native/opengl/tests/textures/ |
D | textures.cpp | 62 eglQuerySurface(dpy, surface, EGL_HEIGHT, &h); in main()
|
/frameworks/native/opengl/tests/swapinterval/ |
D | swapinterval.cpp | 86 eglQuerySurface(dpy, surface, EGL_HEIGHT, &h); in main()
|
/frameworks/native/libs/gui/tests/ |
D | GLTest.cpp | 83 EGL_HEIGHT, getSurfaceHeight(), in SetUp() 104 EXPECT_TRUE(eglQuerySurface(mEglDisplay, mEglSurface, EGL_HEIGHT, &h)); in SetUp()
|
D | SurfaceTextureMultiContextGL_test.cpp | 439 EGL_HEIGHT, 64, in TEST_F()
|
/frameworks/rs/driver/ |
D | rsdFrameBufferObj.cpp | 132 eglQuerySurface(dc->gl.egl.display, dc->gl.egl.surface, EGL_HEIGHT, &height); in setActive()
|
/frameworks/av/cmds/screenrecord/ |
D | EglWindow.cpp | 78 EGL_HEIGHT, height, in createPbuffer()
|
/frameworks/native/opengl/tests/fillrate/ |
D | fillrate.cpp | 65 eglQuerySurface(dpy, surface, EGL_HEIGHT, &h); in main()
|
/frameworks/native/opengl/tests/angeles/ |
D | app-linux.cpp | 159 eglQuerySurface(dpy, surface, EGL_HEIGHT, &sWindowHeight); in initGraphics()
|
/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
D | EGL10.java | 72 int EGL_HEIGHT = 0x3056; field
|
/frameworks/base/libs/hwui/renderthread/ |
D | EglManager.cpp | 273 EGLint attribs[] = {EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE}; in createPBufferSurface() 411 eglQuerySurface(mEglDisplay, surface, EGL_HEIGHT, &frame.mHeight); in beginFrame()
|
/frameworks/support/heifwriter/src/main/java/androidx/heifwriter/ |
D | EglWindowSurface.java | 209 EGL14.eglQuerySurface(mEGLDisplay, mEGLSurface, EGL14.EGL_HEIGHT, value, 0); in getHeight()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | egl.h | 170 #define EGL_HEIGHT 0x3056 macro
|
/frameworks/native/opengl/tests/finish/ |
D | finish.cpp | 66 eglQuerySurface(dpy, surface, EGL_HEIGHT, &h); in main()
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGL14.java | 112 public static final int EGL_HEIGHT = 0x3056; field in EGL14
|
/frameworks/native/opengl/include/EGL/ |
D | egl.h | 86 #define EGL_HEIGHT 0x3056 macro
|
/frameworks/native/opengl/tests/gl_yuvtex/ |
D | gl_yuvtex.cpp | 290 eglQuerySurface(dpy, surface, EGL_HEIGHT, &h); in main()
|
/frameworks/native/opengl/tests/gl2_yuvtex/ |
D | gl2_yuvtex.cpp | 400 eglQuerySurface(dpy, surface, EGL_HEIGHT, &h); in main()
|
/frameworks/native/opengl/tests/gl2_basic/ |
D | gl2_basic.cpp | 377 eglQuerySurface(dpy, surface, EGL_HEIGHT, &h); in main()
|
/frameworks/native/opengl/tests/gl_basic/ |
D | gl_basic.cpp | 265 eglQuerySurface(eglDisplay, eglSurface, EGL_HEIGHT, &h); in init_gl_surface()
|
/frameworks/native/opengl/tests/gl2_copyTexImage/ |
D | gl2_copyTexImage.cpp | 445 eglQuerySurface(dpy, surface, EGL_HEIGHT, &h); in main()
|
/frameworks/native/cmds/flatland/ |
D | GLHelper.cpp | 145 eglQuerySurface(mDisplay, surface, EGL_HEIGHT, &h); in makeCurrent()
|