Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Degl_dispatch.h28 eglChooseConfig_t eglChooseConfig; member
73 …oseConfig(eglChooseConfig_t f) { eglChooseConfig_t retval = eglChooseConfig; eglChooseConfig = f; … in set_eglChooseConfig()
Degl.cpp288 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint co… in eglChooseConfig() function
293 res = getDispatch()->eglChooseConfig(dpy, in eglChooseConfig()
308 res = getDispatch()->eglChooseConfig(dpy, attrib_list, configs, config_size, num_config); in eglChooseConfig()
Degl_ftable.h26 {"eglChooseConfig", (void *)eglChooseConfig},
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/EGL/
DEglOsApi_egl.cpp92 X(EGLBoolean, eglChooseConfig, \
428 if (mDispatcher.eglChooseConfig( in EglOsEglDisplay()
521 mDispatcher.eglChooseConfig(mDisplay, framebuffer_config_attributes, nullptr, 0, &numConfigs); in queryConfigs()
524 mDispatcher.eglChooseConfig(mDisplay, framebuffer_config_attributes, configs.get(), numConfigs, in queryConfigs()
DEglImp.cpp441 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig(EGLDisplay display, const EGLint *attrib_list, in eglChooseConfig() function
1871 if (!NAMESPACED_EGL(eglChooseConfig)(dpy, configAttribs, &config, 1, &numConfigs) || in createAndBindAuxiliaryContext()
/device/generic/goldfish-opengl/system/egl/
Degl_ftable.h26 {"eglChooseConfig", (void *)eglChooseConfig},
Degl.cpp1215 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint co… in eglChooseConfig() function
/device/generic/vulkan-cereal/include/OpenGLESDispatch/
DRenderEGL_functions.h16 …X(EGLBoolean, eglChooseConfig, (EGLDisplay display, const EGLint* attribs, EGLConfig* configs, EGL…
DRenderEGL_static_translator_namespaced_header.h16 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig(EGLDisplay display, const EGLint* attribs, EGLConfig*…
/device/generic/vulkan-cereal/stream-servers/gl/OpenGLESDispatch/
Drender_egl.entries16 EGLBoolean eglChooseConfig(EGLDisplay display, const EGLint* attribs, EGLConfig* configs, EGLint co…
/device/google/cuttlefish/host/libs/graphics_detector/
Degl_funcs.h26 …X(EGLBoolean, eglChooseConfig, (EGLDisplay display, EGLint const* attrib_list, EGLConfig* configs,…
Degl.cpp123 if (eglChooseConfig(display, attribs, &config, 1, &num_configs) != EGL_TRUE) { in Init()
Dgraphics_detector_gl.cpp141 if (egl->eglChooseConfig(display, framebuffer_config_attributes, in PopulateEglAndGlesAvailabilityImpl()
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Degl.entries8 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint co…
/device/generic/vulkan-cereal/stream-servers/gl/
DEmulationGl.cpp89 if (!s_egl.eglChooseConfig(display, configAttribs, &config, 1, &numConfigs)) { in validateGles2Context()
175 s_egl.eglChooseConfig(display, configAttribs, configs.data(), numConfigs, &numMatchedConfigs); in getEmulationEglConfig()
DGLESVersionDetector.cpp72 if (!s_egl.eglChooseConfig( in sTryContextCreation()
DEmulatedEglConfig.cpp227 if (s_egl.eglChooseConfig(mDisplay, in chooseConfig()
/device/generic/vulkan-cereal/stream-servers/tests/
DOpenGLTestContext.cpp64 egl->eglChooseConfig( in createConfig()
/device/generic/goldfish-opengl/system/include/EGL/
Degl.h259 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list,
/device/generic/vulkan-cereal/stream-servers/
DSyncThread.cpp318 egl->eglChooseConfig(mDisplay, configAttribs, &config, 1, &nConfigs); in initSyncEGLContext()
/device/generic/goldfish/camera/
Dabc3d.cpp183 if (!eglChooseConfig(display, configAttrs, &config, 1, &numConfigs) || in init()
/device/google/cuttlefish/host/libs/graphics_detector/include/EGL/
Degl.h150 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig…
/device/generic/goldfish-opengl/system/renderControl_enc/
DREADME43 This function triggers an eglChooseConfig on the host, to get a list of
/device/generic/opengl-transport/host/libs/virglrenderer/
DRenderControl.cpp333 EGLBoolean ret = s_egl.eglChooseConfig(rc->dpy, attribs, configs, configs_size, &num_config); in rcChooseConfig()
DAVDVirglRenderer.cpp374 if (!s_egl.eglChooseConfig(g_dpy, attrib_list, &config, 1, &num_config) || num_config != 1) { in virgl_renderer_init()