Searched refs:framebuffer_config_attributes (Results 1 – 2 of 2) sorted by relevance
/device/google/cuttlefish/host/libs/graphics_detector/ |
D | graphics_detector_gl.cpp | 123 const EGLint framebuffer_config_attributes[] = { in PopulateEglAndGlesAvailabilityImpl() local 141 if (egl->eglChooseConfig(display, framebuffer_config_attributes, in PopulateEglAndGlesAvailabilityImpl()
|
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/EGL/ |
D | EglOsApi_egl.cpp | 510 const EGLint framebuffer_config_attributes[] = { in queryConfigs() local 521 mDispatcher.eglChooseConfig(mDisplay, framebuffer_config_attributes, nullptr, 0, &numConfigs); in queryConfigs() 524 mDispatcher.eglChooseConfig(mDisplay, framebuffer_config_attributes, configs.get(), numConfigs, in queryConfigs()
|