/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/base/libs/hwui/renderthread/ |
D | EglManager.cpp | 188 EGLint attribs[] = { EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE }; in usePBufferSurface() 257 eglQuerySurface(mEglDisplay, surface, EGL_HEIGHT, height); in beginFrame()
|
/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/gl_perf/ |
D | gl2_perf.cpp | 119 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 | 81 EGL_HEIGHT, getSurfaceHeight(), in SetUp() 102 EXPECT_TRUE(eglQuerySurface(mEglDisplay, mEglSurface, EGL_HEIGHT, &h)); in SetUp()
|
D | SurfaceTextureMultiContextGL_test.cpp | 422 EGL_HEIGHT, 64, in TEST_F()
|
/frameworks/av/cmds/screenrecord/ |
D | EglWindow.cpp | 79 EGL_HEIGHT, height, in createPbuffer()
|
/frameworks/rs/driver/ |
D | rsdFrameBufferObj.cpp | 133 eglQuerySurface(dc->gl.egl.display, dc->gl.egl.surface, EGL_HEIGHT, &height); in setActive()
|
/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
D | EGL10.java | 72 int EGL_HEIGHT = 0x3056; field
|
/frameworks/native/opengl/tests/angeles/ |
D | app-linux.cpp | 163 eglQuerySurface(dpy, surface, EGL_HEIGHT, &sWindowHeight); in initGraphics()
|
/frameworks/native/opengl/tests/fillrate/ |
D | fillrate.cpp | 65 eglQuerySurface(dpy, surface, EGL_HEIGHT, &h); in main()
|
/frameworks/native/services/surfaceflinger/ |
D | DisplayDevice.cpp | 94 eglQuerySurface(display, surface, EGL_HEIGHT, &mDisplayHeight); in DisplayDevice() 416 eglQuerySurface(mDisplay, mSurface, EGL_HEIGHT, &mDisplayHeight); in setDisplaySize()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | egl.h | 170 #define EGL_HEIGHT 0x3056 macro
|
/frameworks/base/services/core/jni/ |
D | com_android_server_AssetAtlasService.cpp | 153 EGLint surfaceAttrs[] = { EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE }; in com_android_server_AssetAtlasService_upload()
|
/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 | 167 #define EGL_HEIGHT 0x3056 macro
|
/frameworks/native/opengl/tests/gl2_basic/ |
D | gl2_basic.cpp | 334 eglQuerySurface(dpy, surface, EGL_HEIGHT, &h); in main()
|
/frameworks/native/opengl/tests/gl_basic/ |
D | gl_basic.cpp | 266 eglQuerySurface(eglDisplay, eglSurface, EGL_HEIGHT, &h); in init_gl_surface()
|
/frameworks/native/opengl/tests/gl_yuvtex/ |
D | gl_yuvtex.cpp | 290 eglQuerySurface(dpy, surface, EGL_HEIGHT, &h); in main()
|
/frameworks/native/opengl/tests/gl2_copyTexImage/ |
D | gl2_copyTexImage.cpp | 445 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/services/surfaceflinger/RenderEngine/ |
D | RenderEngine.cpp | 105 EGLint attribs[] = { EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE, EGL_NONE }; in create()
|