Home
last modified time | relevance | path

Searched refs:eglCreateContext (Results 1 – 25 of 31) sorted by relevance

12

/hardware/google/gfxstream/host/gl/
DEmulatedEglContext.cpp75 context = s_egl.eglCreateContext( in createImpl()
107 assert(s_egl.eglCreateContext); in onSave()
DDisplaySurfaceGl.cpp147 EGLContext context = s_egl.eglCreateContext(display, config, shareContext, contextAttribs); in createPbufferSurface()
174 EGLContext context = s_egl.eglCreateContext(display, config, shareContext, contextAttribs); in createWindowSurface()
DGLESVersionDetector.cpp83 EGLContext ctx = s_egl.eglCreateContext(dpy, config, EGL_NO_CONTEXT, in sTryContextCreation()
DEmulationGl.cpp111 EGLContext context = s_egl.eglCreateContext(display, config, EGL_NO_CONTEXT, contextAttribs); in validateGles2Context()
333 emulationGl->mEglContext = s_egl.eglCreateContext(emulationGl->mEglDisplay, in create()
/hardware/google/gfxstream/guest/egl/
Degl_ftable.h42 {"eglCreateContext", (void *)eglCreateContext},
/hardware/google/gfxstream/include/OpenGLESDispatch/
DRenderEGL_functions.h24 …X(EGLContext, eglCreateContext, (EGLDisplay display, EGLConfig config, EGLContext share_context, c…
DRenderEGL_static_translator_namespaced_header.h24 EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext sha…
/hardware/google/gfxstream/common/detector/
DEgl.cpp123 EGLContext primaryContext = eglCreateContext(display, config, EGL_NO_CONTEXT, contextAttribs); in Init()
DEglFuncs.h27 …X(EGLContext, eglCreateContext, (EGLDisplay display, EGLConfig config, EGLContext share_context, E…
DGraphicsDetectorGl.cpp57 egl.eglCreateContext(eglDisplay, eglConfig, EGL_NO_CONTEXT, contextAttributes); in GetGlesContextAvailability()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Drender_egl.entries24 EGLContext eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, const E…
/hardware/qcom/sm7250/display/composer/
Dgl_color_convert_impl.cpp126 ctx_.egl_context = eglCreateContext(ctx_.egl_display, eglConfig, NULL, egl_contextAttribList); in CreateContext()
Dgl_layer_stitch_impl.cpp109 ctx_.egl_context = eglCreateContext(ctx_.egl_display, eglConfig, NULL, egl_contextAttribList); in CreateContext()
/hardware/google/gfxstream/host/tests/
DOpenGLTestContext.cpp93 EGLContext cxt = egl->eglCreateContext(dpy, config, EGL_NO_CONTEXT, contextAttribs); in createContext()
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi_egl.cpp104 X(EGLContext, eglCreateContext, \
443 EGLContext ctx = mDispatcher.eglCreateContext(mDisplay, in EglOsEglDisplay()
449 ctx = mDispatcher.eglCreateContext(mDisplay, config, in EglOsEglDisplay()
645 EGLContext newNativeCtx = mDispatcher.eglCreateContext( in createContext()
/hardware/libhardware/tests/hwc/
Dutil.c204 context = eglCreateContext(display, config, EGL_NO_CONTEXT, context_attrs); in egl_create()
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndGlTests.cpp156 EGLContext context = mGl->eglCreateContext(mDisplay, config, EGL_NO_CONTEXT, contextAttribs); in TEST_P()
266 …EGLContext gles1Context = mGl->eglCreateContext(display, config, EGL_NO_CONTEXT, gles1ContextAttri… in TEST_P()
276 …EGLContext gles2Context = mGl->eglCreateContext(display, config, EGL_NO_CONTEXT, gles2ContextAttri… in TEST_P()
/hardware/interfaces/automotive/evs/aidl/impl/default/src/
DGlWrapper.cpp275 mContext = eglCreateContext(mDisplay, egl_config, EGL_NO_CONTEXT, context_attribs); in initialize()
/hardware/interfaces/automotive/evs/1.1/default/
DGlWrapper.cpp268 mContext = eglCreateContext(mDisplay, egl_config, EGL_NO_CONTEXT, context_attribs); in initialize()
/hardware/qcom/sm7250/display/gpu_tonemapper/
Dglengine.cpp80 …engineContext->eglContext = eglCreateContext(engineContext->eglDisplay, eglConfig, NULL, eglContex… in engine_initialize()
/hardware/qcom/display/msm8909/gpu_tonemapper/
Dglengine.cpp80 …engineContext->eglContext = eglCreateContext(engineContext->eglDisplay, eglConfig, NULL, eglContex… in engine_initialize()
/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
Dglengine.cpp80 …engineContext->eglContext = eglCreateContext(engineContext->eglDisplay, eglConfig, NULL, eglContex… in engine_initialize()
/hardware/qcom/sm8150/display/gpu_tonemapper/
Dglengine.cpp80 …engineContext->eglContext = eglCreateContext(engineContext->eglDisplay, eglConfig, NULL, eglContex… in engine_initialize()
/hardware/qcom/display/msm8998/gpu_tonemapper/
Dglengine.cpp101 …engineContext->eglContext = eglCreateContext(engineContext->eglDisplay, eglConfig, NULL, eglContex… in engine_initialize()
/hardware/google/gfxstream/common/opengl/include/EGL/
Degl.h123 EGLAPI EGLContext EGLAPIENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_…

12