Home
last modified time | relevance | path

Searched refs:EGL_WIDTH (Results 1 – 25 of 49) sorted by relevance

12

/aosp12/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp58 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 DGLHelper.java35 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 Dgl2_perf.cpp110 eglQuerySurface(dpy, surface, EGL_WIDTH, &w); in main()
/aosp12/frameworks/native/opengl/tests/linetex/
H A Dlinetex.cpp63 eglQuerySurface(dpy, surface, EGL_WIDTH, &w); in main()
/aosp12/frameworks/native/opengl/tests/textures/
H A Dtextures.cpp61 eglQuerySurface(dpy, surface, EGL_WIDTH, &w); in main()
/aosp12/frameworks/native/libs/gui/tests/
H A DGLTest.cpp82 EGL_WIDTH, getSurfaceWidth(), in SetUp()
102 EXPECT_TRUE(eglQuerySurface(mEglDisplay, mEglSurface, EGL_WIDTH, &w)); in SetUp()
/aosp12/frameworks/native/opengl/tests/swapinterval/
H A Dswapinterval.cpp85 eglQuerySurface(dpy, surface, EGL_WIDTH, &w); in main()
/aosp12/hardware/qcom/sm7250/display/composer/
H A Dgl_color_convert_impl.cpp129 EGLint egl_surfaceAttribList[] = {EGL_WIDTH, 1, in CreateContext()
H A Dgl_layer_stitch_impl.cpp112 EGLint egl_surfaceAttribList[] = {EGL_WIDTH, 1, in CreateContext()
/aosp12/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp77 EGL_WIDTH, width, in createPbuffer()
/aosp12/frameworks/rs/driver/
H A DrsdFrameBufferObj.cpp131 eglQuerySurface(dc->gl.egl.display, dc->gl.egl.surface, EGL_WIDTH, &width); in setActive()
/aosp12/frameworks/native/opengl/tests/angeles/
H A Dapp-linux.cpp158 eglQuerySurface(dpy, surface, EGL_WIDTH, &sWindowWidth); in initGraphics()
/aosp12/frameworks/native/opengl/tests/fillrate/
H A Dfillrate.cpp64 eglQuerySurface(dpy, surface, EGL_WIDTH, &w); in main()
/aosp12/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java74 int EGL_WIDTH = 0x3057; field
/aosp12/packages/services/Car/cpp/evs/support_library/
H A DRenderBase.cpp95 EGLint surface_attribs[] = { EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE }; in prepareGL()
/aosp12/packages/services/Car/cpp/evs/apps/default/
H A DRenderBase.cpp90 EGLint surface_attribs[] = { EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE }; in prepareGL()
/aosp12/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h171 #define EGL_WIDTH 0x3057 macro
/aosp12/frameworks/native/opengl/tests/finish/
H A Dfinish.cpp65 eglQuerySurface(dpy, surface, EGL_WIDTH, &w); in main()
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp334 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 Dutil.c211 eglQuerySurface(display, surface, EGL_WIDTH, &w); in egl_create()
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java115 public static final int EGL_WIDTH = 0x3057; field in EGL14
/aosp12/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp288 eglQuerySurface(dpy, surface, EGL_WIDTH, &w); in main()
/aosp12/packages/apps/Camera2/src/com/android/camera/data/
H A DGlideFilmstripManager.java257 EGL14.EGL_WIDTH, 64, in computeEglMaxTextureSize()
/aosp12/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
H A Dglengine.cpp83 EGLint eglSurfaceAttribList[] = {EGL_WIDTH, 1, in engine_initialize()
/aosp12/hardware/qcom/display/msm8998/gpu_tonemapper/
H A Dglengine.cpp104 EGLint eglSurfaceAttribList[] = {EGL_WIDTH, 1, in engine_initialize()

12