Home
last modified time | relevance | path

Searched refs:getCapabilities (Results 1 – 17 of 17) sorted by relevance

/third_party/vk-gl-cts/framework/egl/
DegluUtil.cpp239 …const bool supportsLegacyGetDisplay = (nativeDisplay.getCapabilities() & NativeDisplay::CAPABILI… in getDisplay()
240 …bool maySupportPlatformGetDisplay = (nativeDisplay.getCapabilities() & NativeDisplay::CAPABILITY… in getDisplay()
241 …bool maySupportPlatformGetDisplayEXT = (nativeDisplay.getCapabilities() & NativeDisplay::CAPABIL… in getDisplay()
316 …const bool supportsLegacyCreate = (window.getCapabilities() & NativeWindow::CAPABILITY_CREATE_… in createWindowSurface()
317 …bool maySupportPlatformCreate = ((window.getCapabilities() & NativeWindow::CAPABILITY_CREATE_… in createWindowSurface()
319 …bool maySupportPlatformCreateExtension = (window.getCapabilities() & NativeWindow::CAPABILITY_C… in createWindowSurface()
374 …const bool supportsLegacyCreate = (pixmap.getCapabilities() & NativePixmap::CAPABILITY_CREATE_… in createPixmapSurface()
375 …bool maySupportPlatformCreateExtension = (pixmap.getCapabilities() & NativePixmap::CAPABILITY_CR… in createPixmapSurface()
376 …bool maySupportPlatformCreate = ((pixmap.getCapabilities() & NativePixmap::CAPABILITY_CREATE_S… in createPixmapSurface()
DegluNativePixmap.hpp67 Capability getCapabilities (void) const { return m_capabilities; } in getCapabilities() function in eglu::NativePixmap
90 NativePixmap::Capability getCapabilities (void) const { return m_capabilities; } in getCapabilities() function in eglu::NativePixmapFactory
DegluNativeDisplay.hpp56 Capability getCapabilities (void) const { return m_capabilities; } in getCapabilities() function in eglu::NativeDisplay
89 NativeDisplay::Capability getCapabilities (void) const { return m_capabilities; } in getCapabilities() function in eglu::NativeDisplayFactory
DegluNativeWindow.hpp117 Capability getCapabilities (void) const { return m_capabilities; } in getCapabilities() function in eglu::NativeWindow
140 NativeWindow::Capability getCapabilities (void) const { return m_capabilities; } in getCapabilities() function in eglu::NativeWindowFactory
/third_party/vk-gl-cts/modules/egl/
DteglCreateSurfaceTests.cpp167 … if ((windowFactory.getCapabilities() & eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY) == 0) in executeForConfig()
173 …if ((windowFactory.getCapabilities() & eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_PLATFORM_EXTE… in executeForConfig()
179 …if ((windowFactory.getCapabilities() & eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_PLATFORM) == … in executeForConfig()
236 … if ((pixmapFactory.getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY) == 0) in executeForConfig()
242 …if ((pixmapFactory.getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_PLATFORM_EXTE… in executeForConfig()
248 …if ((pixmapFactory.getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_PLATFORM) == … in executeForConfig()
DteglNativeColorMappingTests.cpp487 if ((windowFactory->getCapabilities() & eglu::NativeWindow::CAPABILITY_READ_SCREEN_PIXELS) == 0) in executeForConfig()
504 if ((pixmapFactory->getCapabilities() & eglu::NativePixmap::CAPABILITY_READ_PIXELS) == 0) in executeForConfig()
509 if ((pixmapFactory->getCapabilities() & eglu::NativePixmap::CAPABILITY_READ_PIXELS) == 0 || in executeForConfig()
510 (pixmapFactory->getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY) == 0) in executeForConfig()
DteglNativeCoordMappingTests.cpp520 if ((windowFactory->getCapabilities() & eglu::NativeWindow::CAPABILITY_READ_SCREEN_PIXELS) == 0) in executeForConfig()
537 if ((pixmapFactory->getCapabilities() & eglu::NativePixmap::CAPABILITY_READ_PIXELS) == 0) in executeForConfig()
542 if ((pixmapFactory->getCapabilities() & eglu::NativePixmap::CAPABILITY_READ_PIXELS) == 0 || in executeForConfig()
543 (pixmapFactory->getCapabilities() & eglu::NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY) == 0) in executeForConfig()
DteglResizeTests.cpp325 if (hasBits(nativeWindow.getCapabilities(), NativeWindow::CAPABILITY_GET_SURFACE_SIZE)) in getNativeSurfaceSize()
494 if (!hasBits(m_nativeWindow->getCapabilities(), in iterate()
DteglSwapBuffersTests.cpp275 if ((factory.getCapabilities() & eglu::NativeWindow::CAPABILITY_READ_SCREEN_PIXELS) == 0) in executeForConfig()
/third_party/skia/third_party/externals/swiftshader/include/Android/hardware/
Dgralloc1.h66 void (*getCapabilities)(gralloc1_device_t*, uint32_t*, int32_t*); member
/third_party/mesa3d/src/egl/drivers/dri2/
Degl_dri2.h600 dri2_dpy->image->getCapabilities != NULL) { in dri2_set_WL_bind_wayland_display()
604 dri2_dpy->image->getCapabilities(dri2_dpy->dri_screen); in dri2_set_WL_bind_wayland_display()
Degl_dri2.c981 dri2_dpy->image->getCapabilities != NULL) { in dri2_setup_screen()
984 capabilities = dri2_dpy->image->getCapabilities(dri2_dpy->dri_screen); in dri2_setup_screen()
/third_party/mesa3d/include/android_stub/hardware/
Dgralloc1.h290 void (*getCapabilities)(struct gralloc1_device* device, uint32_t* outCount, member
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri2.c1864 .getCapabilities = dri2_get_capabilities,
1894 .getCapabilities = dri2_get_capabilities,
1923 .getCapabilities = dri2_get_capabilities,
/third_party/mesa3d/include/GL/internal/
Ddri_interface.h1488 int (*getCapabilities)(__DRIscreen *screen); member
/third_party/typescript/src/lib/
Ddom.generated.d.ts9661 getCapabilities(): MediaTrackCapabilities; method
10439 getCapabilities(): MediaTrackCapabilities; method
12342 getCapabilities(kind: string): RTCRtpCapabilities | null; variable
12361 getCapabilities(kind: string): RTCRtpCapabilities | null; variable
/third_party/typescript/lib/
Dlib.dom.d.ts9681 getCapabilities(): MediaTrackCapabilities; method
10459 getCapabilities(): MediaTrackCapabilities; method
12362 getCapabilities(kind: string): RTCRtpCapabilities | null; variable
12381 getCapabilities(kind: string): RTCRtpCapabilities | null; variable