Home
last modified time | relevance | path

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

12

/external/crosvm/gpu_display/src/
Dgpu_display_x.rs218 struct Surface { struct
239 impl Surface { argument
246 ) -> Surface { in create()
527 impl Drop for Surface { implementation
631 fn surface_ref(&self, surface_id: u32) -> Option<&Surface> { in surface_ref()
635 fn surface_mut(&mut self, surface_id: u32) -> Option<&mut Surface> { in surface_mut()
Dgpu_display_wl.rs71 struct Surface { struct
72 surface: DwlSurface, argument
79 impl Surface { argument
141 fn get_surface(&self, surface_id: u32) -> Option<&Surface> { in get_surface()
Dgpu_display_stub.rs41 struct Surface { struct
47 impl Surface { argument
48 fn create(width: u32, height: u32) -> Surface { in create()
89 impl Drop for Surface { implementation
116 fn get_surface(&mut self, surface_id: u32) -> Option<&mut Surface> { in get_surface()
/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.java16 public class Surface { class
24 public Surface(Bitmap bitmap) { in Surface() method in Surface
86 private Surface(long native_instance) { in Surface() method in Surface
/external/skqp/experimental/go-skia/
Dskia.go35 type Surface struct { struct
36 ptr *C.sk_surface_t
53 func (s *Surface) Canvas() *Canvas {
60 func (s *Surface) Image() *Image {
/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/swiftshader/src/OpenGL/common/
DSurface.hpp34 class [[clang::lto_visibility_public]] Surface class
/external/angle/src/libANGLE/renderer/
DTextureImpl.h24 class Surface; variable
DDisplayImpl.h37 class Surface; variable
/external/angle/src/libANGLE/
DThread.h31 class Surface; variable
Dqueryutils.h270 class Surface; variable
/external/angle/src/libGLESv2/
Degl_stubs_autogen.h30 class Surface; variable
Degl_ext_stubs_autogen.h30 class Surface; variable
/external/swiftshader/src/OpenGL/libEGL/
DSurface.cpp44 Surface::Surface() in Surface() function in gl::Surface
55 Surface::Surface(const Display *display, const Config *config) : display(display), config(config) in Surface() function in egl::Surface
Dmain.h30 class Surface; variable
DDisplay.h41 class Surface; variable
DSurface.hpp34 class Surface : public gl::Surface, public gl::Object class
/external/skia/modules/canvaskit/
Dcpu.js75 CanvasKit.Surface.prototype.flush = function(dirtyRect) { class in CanvasKit
/external/angle/src/libANGLE/renderer/d3d/
DSurfaceD3D.h17 class Surface; variable
/external/swiftshader/src/OpenGL/libGLES_CM/
DTexture.h32 namespace gl { class Surface; } variable
/external/angle/src/libANGLE/renderer/vulkan/
DDisplayVk.cpp54 egl::Surface * /*drawSurface*/, in makeCurrent()

12