Searched refs:EGL_HEIGHT (Results 1 - 25 of 35) sorted by last modified time

12

/frameworks/rs/driver/
H A DrsdFrameBufferObj.cpp132 eglQuerySurface(dc->gl.egl.display, dc->gl.egl.surface, EGL_HEIGHT, &height);
H A DrsdGL.cpp317 EGLint pbuffer_attribs[] = { EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE };
/frameworks/native/cmds/flatland/
H A DGLHelper.cpp145 eglQuerySurface(mDisplay, 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 DSurfaceTextureClient_test.cpp79 EGL_HEIGHT, 16,
H A DSurfaceTextureMultiContextGL_test.cpp439 EGL_HEIGHT, 64,
/frameworks/native/opengl/include/EGL/
H A Degl.h167 #define EGL_HEIGHT 0x3056 macro
/frameworks/native/opengl/libagl/
H A Degl.cpp1388 if (attrib_list[0] == EGL_HEIGHT) h = attrib_list[1];
1653 case EGL_HEIGHT:
/frameworks/native/opengl/tests/angeles/
H A Dapp-linux.cpp163 eglQuerySurface(dpy, surface, EGL_HEIGHT, &sWindowHeight);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h170 #define EGL_HEIGHT 0x3056 macro
/frameworks/native/opengl/tests/fillrate/
H A Dfillrate.cpp65 eglQuerySurface(dpy, surface, EGL_HEIGHT, &h);
/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/tests/finish/
H A Dfinish.cpp66 eglQuerySurface(dpy, surface, EGL_HEIGHT, &h);
/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp339 eglQuerySurface(dpy, surface, EGL_HEIGHT, &h);
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp445 eglQuerySurface(dpy, surface, EGL_HEIGHT, &h);
/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp400 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_perf/
H A Dgl2_perf.cpp119 eglQuerySurface(dpy, surface, EGL_HEIGHT, &h);
/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp290 eglQuerySurface(dpy, surface, EGL_HEIGHT, &h);
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp125 eglQuerySurface(*dpy, *surface, EGL_HEIGHT, height);
/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/native/opengl/tests/textures/
H A Dtextures.cpp62 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/native/services/surfaceflinger/
H A DDisplayDevice.cpp144 eglQuerySurface(display, eglSurface, EGL_HEIGHT, &mDisplayHeight);
512 eglQuerySurface(mDisplay, mSurface, EGL_HEIGHT, &mDisplayHeight);

Completed in 9567 milliseconds

12