Home
last modified time | relevance | path

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

123

/external/rust/android-crates-io/crates/gbm/src/
Dsurface.rs7 pub struct Surface<T: 'static> { struct
13 impl<T: 'static> fmt::Debug for Surface<T> { argument
49 impl<T: 'static> Surface<T> { impl
114 impl<T: 'static> AsRaw<ffi::gbm_surface> for Surface<T> { implementation
/external/crosvm/gpu_display/src/gpu_display_win/
Dsurface.rs128 pub struct Surface { struct
138 impl Surface { argument
/external/rust/android-crates-io/crates/ash/src/extensions/khr/
Dsurface.rs9 pub struct Surface { struct
11 fp: vk::KhrSurfaceFn, argument
14 impl Surface { argument
/external/rust/cros-libva/lib/src/
Dsurface.rs124 pub struct Surface<D: SurfaceMemoryDescriptor> { struct
126 id: bindings::VASurfaceID, argument
127 descriptor: D,
128 width: u32,
129 height: u32,
194 impl<D: SurfaceMemoryDescriptor> Surface<D> { impl
410 impl<D: SurfaceMemoryDescriptor> AsRef<D> for Surface<D> { implementation
416 impl<D: SurfaceMemoryDescriptor> AsMut<D> for Surface<D> { implementation
422 impl<D: SurfaceMemoryDescriptor> Drop for Surface<D> { implementation
/external/deqp/framework/common/
DtcuSurface.cpp28 Surface::Surface(void) : m_width(0), m_height(0) in Surface() function in Surface
32 Surface::Surface(int width, int height) : m_width(width), m_height(height), m_pixels(width * height) in Surface() function in Surface
/external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/
DSurface.java14 public class Surface { class
22 public Surface(Bitmap bitmap) { in Surface() method in Surface
93 private Surface(long native_instance) { in Surface() method in Surface
/external/rust/android-crates-io/crates/khronos-egl/examples/
Dwayland-static.rs107 struct Surface { struct
108 handle: Main<WlSurface>, argument
119 ) -> Arc<Surface> { in create_surface()
Dwayland-dynamic.rs108 struct Surface { struct
109 handle: Main<WlSurface>, argument
121 ) -> Arc<Surface> { in create_surface()
/external/rust/android-crates-io/crates/vulkano/src/swapchain/
Dsurface.rs40 pub struct Surface { struct
41 handle: ash::vk::SurfaceKHR, argument
44 api: SurfaceApi, argument
54 // `Surface` is destroyed. argument
61 impl Surface { implementation
1289 impl Drop for Surface { implementation
1299 unsafe impl VulkanObject for Surface { implementation
1310 impl Debug for Surface { implementation
1331 unsafe impl SurfaceSwapchainLock for Surface { implementation
/external/grpc-grpc/src/core/lib/surface/
DREADME.md1 # Surface chapter
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/surface/
DREADME.md1 # Surface chapter
/external/crosvm/gpu_display/src/vulkan/
Dsys.rs27 type Surface = swapchain::Surface<Arc<dyn Any + Send + Sync>>; typedef
31 fn create_vulkan_surface(self: Arc<Self>, instance: Arc<Instance>) -> Result<Arc<Surface>>; in create_vulkan_surface()
/external/angle/src/libANGLE/renderer/gl/
DDisplayGL.h18 class Surface; variable
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/png-0.17.14/examples/
Dshow.rs127 fn fill_v_flipped<S1, S2>(src: &S1, target: &S2, filter: glium::uniforms::MagnifySamplerFilter) in fill_v_flipped()
130 S2: Surface, in fill_v_flipped()
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/png-0.17.14/examples/
Dshow.rs127 fn fill_v_flipped<S1, S2>(src: &S1, target: &S2, filter: glium::uniforms::MagnifySamplerFilter) in fill_v_flipped()
130 S2: Surface, in fill_v_flipped()
/external/angle/src/libANGLE/
DThread.h35 class Surface; variable
Dqueryutils.h282 class Surface; variable
/external/angle/src/libGLESv2/
Degl_stubs_autogen.h31 class Surface; variable
Degl_ext_stubs_autogen.h31 class Surface; variable
/external/angle/src/libANGLE/renderer/
DTextureImpl.h25 class Surface; variable
/external/skia/modules/jetski/src/
DSurface.cpp248 {"nCreateThreadedSurface" , "(Landroid/view/Surface;)J", in register_jetski_Surface()
250 {"nCreateVKSurface" , "(Landroid/view/Surface;)J", in register_jetski_Surface()
252 {"nCreateGLSurface" , "(Landroid/view/Surface;)J", in register_jetski_Surface()
/external/rust/android-crates-io/crates/khronos-egl/src/
Dlib.rs299 pub struct Surface(EGLSurface); struct
301 impl Surface { impl
308 pub unsafe fn from_ptr(ptr: EGLSurface) -> Surface { in from_ptr()
691 surface: Surface, in copy_buffers()
749 ) -> Result<Surface, Error> { in create_pbuffer_surface()
781 ) -> Result<Surface, Error> { in create_pixmap_surface()
812 ) -> Result<Surface, Error> { in create_window_surface()
984 pub fn get_current_surface(&self, readdraw: Int) -> Option<Surface> { in get_current_surface()
1074 draw: Option<Surface>, in make_current()
1075 read: Option<Surface>, in make_current()
[all …]
/external/skia/src/gpu/graphite/
DRecordingPriv.h17 class Surface; variable
/external/rust/android-crates-io/crates/vulkano/src/device/
Dphysical.rs1482 surface: &Surface, in surface_capabilities()
1492 surface: &Surface, in validate_surface_capabilities()
1547 surface: &Surface, in surface_capabilities_unchecked()
1707 surface: &Surface, in surface_formats()
1717 surface: &Surface, in validate_surface_formats()
1786 surface: &Surface, in surface_formats_unchecked()
1934 surface: &Surface, in surface_present_modes()
1969 surface: &Surface, in surface_present_modes_unchecked()
2024 surface: &Surface, in surface_support()
2034 _surface: &Surface, in validate_surface_support()
[all …]
/external/skia/modules/canvaskit/
Dcpu.js76 CanvasKit.Surface.prototype.flush = function(dirtyRect) { class in CanvasKit

123