Home
last modified time | relevance | path

Searched defs:Surface (Results 1 – 21 of 21) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DDisplayGL.h17 class Surface; variable
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/
DTextureImpl.h24 class Surface; variable
DDisplayImpl.h36 class Surface; variable
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DThread.h26 class Surface; variable
Dqueryutils.h270 class Surface; variable
DvalidationEGL.h34 class Surface; variable
DFramebufferAttachment.h23 class Surface; variable
DDisplay.h48 class Surface; variable
DFramebuffer.h36 class Surface; variable
DTexture.h32 class Surface; variable
DSurface.cpp47 Surface::Surface(EGLint surfaceType, in Surface() function in egl::Surface
DContext.h72 class Surface; variable
/device/google/cuttlefish/host/libs/wayland/
Dwayland_surfaces.h29 class Surface; variable
Dwayland_surface.cpp26 Surface::Surface(std::uint32_t display_number, Surfaces& surfaces) in Surface() function in wayland::Surface
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
DDisplayVk.cpp53 egl::Error DisplayVk::makeCurrent(egl::Surface * /*drawSurface*/, in makeCurrent()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/
DSurfaceD3D.h17 class Surface; variable
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/metal/
DDisplayMtl.h25 class Surface; variable
/device/generic/vulkan-cereal/third-party/angle/src/common/
Dpacked_egl_enums.json11 "Surface": "EGL_OBJECT_SURFACE_KHR", string
DPackedEGLEnums_autogen.h79 Surface = 3, enumerator
/device/generic/vulkan-cereal/fake-android-guest/libvulkan/
Dswapchain.cpp184 struct Surface { struct
185 android::sp<ANativeWindow> window;
186 VkSwapchainKHR swapchain_handle;
187 uint64_t consumer_usage;
/device/generic/vulkan-cereal/stream-servers/glestranslator/EGL/
DEglOsApi.h51 explicit Surface(SurfaceType type) : mType(type) {} in Surface() function