Home
last modified time | relevance | path

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

12

/external/rust/crates/ash/src/extensions/khr/
Dsurface.rs9 pub struct Surface { struct
11 surface_fn: vk::KhrSurfaceFn, argument
14 impl Surface { impl
/external/rust/crates/vulkano/src/swapchain/
Dsurface.rs36 pub struct Surface<W> { struct
39 surface: ash::vk::SurfaceKHR, argument
46 impl<W> Surface<W> { implementation
74 ) -> Result<Arc<Surface<()>>, SurfaceCreationError> { in from_display_mode()
658 unsafe impl<W> SurfaceSwapchainLock for Surface<W> { implementation
665 unsafe impl<W> VulkanObject for Surface<W> { implementation
674 impl<W> fmt::Debug for Surface<W> { implementation
681 impl<W> Drop for Surface<W> { implementation
/external/deqp/framework/common/
DtcuSurface.cpp28 Surface::Surface (void) in Surface() function in Surface
34 Surface::Surface(int width, int height) in Surface() function in Surface
DtcuSurface.hpp44 class Surface class
/external/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DSurface.java17 public class Surface { class
25 public Surface(Bitmap bitmap) { in Surface() method in Surface
96 private Surface(long native_instance) { in Surface() method in Surface
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
DREADME.md1 # Surface chapter
/external/grpc-grpc/src/core/lib/surface/
DREADME.md1 # Surface chapter
/external/angle/src/libANGLE/renderer/gl/
DDisplayGL.h17 class Surface; variable
/external/angle/src/libANGLE/renderer/
DTextureImpl.h25 class Surface; variable
DDisplayImpl.h37 class Surface; variable
/external/angle/src/libANGLE/
DThread.h36 class Surface; variable
Dqueryutils.h270 class Surface; variable
DFramebufferAttachment.h24 class Surface; variable
DvalidationEGL.h36 class Surface; variable
/external/angle/src/libGLESv2/
Degl_stubs_autogen.h30 class Surface; variable
Degl_ext_stubs_autogen.h30 class Surface; variable
Degl_get_labeled_object_data.json44 "Surface": [ array
/external/skia/modules/canvaskit/
Dcpu.js75 CanvasKit.Surface.prototype.flush = function(dirtyRect) { class in CanvasKit
Dgpu.js176 CanvasKit.Surface.prototype.makeImageFromTexture = function(tex, info) { class in CanvasKit
/external/skia/experimental/graphite/src/
DSurface_Graphite.cpp17 Surface::Surface(sk_sp<Device> device) in Surface() function in skgpu::Surface
/external/angle/src/libANGLE/renderer/d3d/
DSurfaceD3D.h17 class Surface; variable
/external/angle/src/libANGLE/renderer/metal/
DDisplayMtl.h26 class Surface; variable
/external/angle/src/common/
Dpacked_egl_enums.json11 "Surface": "EGL_OBJECT_SURFACE_KHR", string
DPackedEGLEnums_autogen.h92 Surface = 3, enumerator
/external/angle/src/libANGLE/renderer/vulkan/
DDisplayVk.cpp60 egl::Surface * /*drawSurface*/, in makeCurrent()

12