/aosp12/frameworks/native/opengl/tests/filter/ |
H A D | filter.cpp | 58 EGLint attribs[] = { EGL_WIDTH, 320, EGL_HEIGHT, 480, EGL_NONE }; in main() 66 eglQuerySurface(dpy, surface, EGL_WIDTH, &w); in main()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wallpaper/ |
H A D | GLHelper.java | 35 import static android.opengl.EGL14.EGL_WIDTH; 123 int[] attrs = {EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE}; in retrieveTextureSizeFromGL()
|
/aosp12/frameworks/native/opengl/tests/gl_perf/ |
H A D | gl2_perf.cpp | 110 eglQuerySurface(dpy, surface, EGL_WIDTH, &w); in main()
|
/aosp12/frameworks/native/opengl/tests/linetex/ |
H A D | linetex.cpp | 63 eglQuerySurface(dpy, surface, EGL_WIDTH, &w); in main()
|
/aosp12/frameworks/native/opengl/tests/textures/ |
H A D | textures.cpp | 61 eglQuerySurface(dpy, surface, EGL_WIDTH, &w); in main()
|
/aosp12/frameworks/native/libs/gui/tests/ |
H A D | GLTest.cpp | 82 EGL_WIDTH, getSurfaceWidth(), in SetUp() 102 EXPECT_TRUE(eglQuerySurface(mEglDisplay, mEglSurface, EGL_WIDTH, &w)); in SetUp()
|
/aosp12/frameworks/native/opengl/tests/swapinterval/ |
H A D | swapinterval.cpp | 85 eglQuerySurface(dpy, surface, EGL_WIDTH, &w); in main()
|
/aosp12/hardware/qcom/sm7250/display/composer/ |
H A D | gl_color_convert_impl.cpp | 129 EGLint egl_surfaceAttribList[] = {EGL_WIDTH, 1, in CreateContext()
|
H A D | gl_layer_stitch_impl.cpp | 112 EGLint egl_surfaceAttribList[] = {EGL_WIDTH, 1, in CreateContext()
|
/aosp12/frameworks/av/cmds/screenrecord/ |
H A D | EglWindow.cpp | 77 EGL_WIDTH, width, in createPbuffer()
|
/aosp12/frameworks/rs/driver/ |
H A D | rsdFrameBufferObj.cpp | 131 eglQuerySurface(dc->gl.egl.display, dc->gl.egl.surface, EGL_WIDTH, &width); in setActive()
|
/aosp12/frameworks/native/opengl/tests/angeles/ |
H A D | app-linux.cpp | 158 eglQuerySurface(dpy, surface, EGL_WIDTH, &sWindowWidth); in initGraphics()
|
/aosp12/frameworks/native/opengl/tests/fillrate/ |
H A D | fillrate.cpp | 64 eglQuerySurface(dpy, surface, EGL_WIDTH, &w); in main()
|
/aosp12/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
H A D | EGL10.java | 74 int EGL_WIDTH = 0x3057; field
|
/aosp12/packages/services/Car/cpp/evs/support_library/ |
H A D | RenderBase.cpp | 95 EGLint surface_attribs[] = { EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE }; in prepareGL()
|
/aosp12/packages/services/Car/cpp/evs/apps/default/ |
H A D | RenderBase.cpp | 90 EGLint surface_attribs[] = { EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE }; in prepareGL()
|
/aosp12/frameworks/native/opengl/tests/angeles/include/GLES/ |
H A D | egl.h | 171 #define EGL_WIDTH 0x3057 macro
|
/aosp12/frameworks/native/opengl/tests/finish/ |
H A D | finish.cpp | 65 eglQuerySurface(dpy, surface, EGL_WIDTH, &w); in main()
|
/aosp12/frameworks/base/libs/hwui/renderthread/ |
H A D | EglManager.cpp | 334 EGLint attribs[] = {EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE}; in createPBufferSurface() 500 eglQuerySurface(mEglDisplay, surface, EGL_WIDTH, &frame.mWidth); in beginFrame()
|
/aosp12/hardware/libhardware/tests/hwc/ |
H A D | util.c | 211 eglQuerySurface(display, surface, EGL_WIDTH, &w); in egl_create()
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | EGL14.java | 115 public static final int EGL_WIDTH = 0x3057; field in EGL14
|
/aosp12/frameworks/native/opengl/tests/gl_yuvtex/ |
H A D | gl_yuvtex.cpp | 288 eglQuerySurface(dpy, surface, EGL_WIDTH, &w); in main()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/data/ |
H A D | GlideFilmstripManager.java | 257 EGL14.EGL_WIDTH, 64, in computeEglMaxTextureSize()
|
/aosp12/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/ |
H A D | glengine.cpp | 83 EGLint eglSurfaceAttribList[] = {EGL_WIDTH, 1, in engine_initialize()
|
/aosp12/hardware/qcom/display/msm8998/gpu_tonemapper/ |
H A D | glengine.cpp | 104 EGLint eglSurfaceAttribList[] = {EGL_WIDTH, 1, in engine_initialize()
|