Home
last modified time | relevance | path

Searched refs:eglCreatePbufferSurface (Results 1 – 25 of 27) sorted by relevance

12

/hardware/google/gfxstream/guest/egl/
Degl_ftable.h29 {"eglCreatePbufferSurface", (void *)eglCreatePbufferSurface},
Degl.cpp1283 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) in eglCreatePbufferSurface() function
1915 context->dummy_surface = eglCreatePbufferSurface(context->dpy, context->config, attribs); in getOrCreateDummySurface()
/hardware/google/gfxstream/include/OpenGLESDispatch/
DRenderEGL_functions.h19 …X(EGLSurface, eglCreatePbufferSurface, (EGLDisplay display, EGLConfig config, const EGLint* attrib…
DRenderEGL_static_translator_namespaced_header.h19 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay display, EGLConfig config, const E…
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Drender_egl.entries19 EGLSurface eglCreatePbufferSurface(EGLDisplay display, EGLConfig config, const EGLint* attrib_list);
/hardware/google/gfxstream/common/detector/
DEgl.cpp111 EGLSurface primarySurface = eglCreatePbufferSurface(display, config, pbufferAttribs); in Init()
DEglFuncs.h28 …X(EGLSurface, eglCreatePbufferSurface, (EGLDisplay display, EGLConfig config, EGLint const* attrib…
/hardware/qcom/sm7250/display/composer/
Dgl_color_convert_impl.cpp134 ctx_.egl_surface = eglCreatePbufferSurface(ctx_.egl_display, eglConfig, egl_surfaceAttribList); in CreateContext()
Dgl_layer_stitch_impl.cpp117 ctx_.egl_surface = eglCreatePbufferSurface(ctx_.egl_display, eglConfig, egl_surfaceAttribList); in CreateContext()
/hardware/google/gfxstream/host/tests/
DOpenGLTestContext.cpp83 egl->eglCreatePbufferSurface( in pbufferSurface()
/hardware/google/gfxstream/host/gl/
DDisplaySurfaceGl.cpp158 EGLSurface surface = s_egl.eglCreatePbufferSurface(display, config, surfaceAttribs); in createPbufferSurface()
DGLESVersionDetector.cpp78 surface = s_egl.eglCreatePbufferSurface(dpy, config, pbufAttribs); in sTryContextCreation()
DEmulatedEglWindowSurface.cpp184 mSurface = s_egl.eglCreatePbufferSurface(mDisplay, in resize()
DEmulationGl.cpp104 EGLSurface surface = s_egl.eglCreatePbufferSurface(display, config, surfaceAttribs); in validateGles2Context()
/hardware/qcom/sm7250/display/gpu_tonemapper/
Dglengine.cpp88 …engineContext->eglSurface = eglCreatePbufferSurface(engineContext->eglDisplay, eglConfig, eglSurfa… in engine_initialize()
/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
Dglengine.cpp88 …engineContext->eglSurface = eglCreatePbufferSurface(engineContext->eglDisplay, eglConfig, eglSurfa… in engine_initialize()
/hardware/qcom/sm8150/display/gpu_tonemapper/
Dglengine.cpp88 …engineContext->eglSurface = eglCreatePbufferSurface(engineContext->eglDisplay, eglConfig, eglSurfa… in engine_initialize()
/hardware/qcom/display/msm8909/gpu_tonemapper/
Dglengine.cpp88 …engineContext->eglSurface = eglCreatePbufferSurface(engineContext->eglDisplay, eglConfig, eglSurfa… in engine_initialize()
/hardware/qcom/display/msm8998/gpu_tonemapper/
Dglengine.cpp109 …engineContext->eglSurface = eglCreatePbufferSurface(engineContext->eglDisplay, eglConfig, eglSurfa… in engine_initialize()
/hardware/google/gfxstream/common/opengl/include/EGL/
Degl.h124 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLi…
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi_egl.cpp107 X(EGLSurface, eglCreatePbufferSurface, \
440 EGLSurface surface = mDispatcher.eglCreatePbufferSurface(mDisplay, in EglOsEglDisplay()
/hardware/google/gfxstream/host/
DSyncThread.cpp207 mSurface[workerId] = egl->eglCreatePbufferSurface(mDisplay, config, pbufferAttribs); in initSyncEGLContext()
/hardware/google/gfxstream/guest/mesa/include/EGL/
Degl.h134 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLi…
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndGlTests.cpp290 EGLSurface surface = mGl->eglCreatePbufferSurface(display, config, surfaceAttributes); in TEST_P()
DGfxstreamEnd2EndTests.cpp331 EGLSurface surface = mGl->eglCreatePbufferSurface(display, config, surfaceAttributes); in SetUpEglContextAndSurface()

12