Searched defs:create_surface (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/glx/apple/ |
D | apple_glx_surface.c | 129 create_surface(Display * dpy, int screen, struct apple_glx_drawable *d) in create_surface() function
|
/external/crosvm/gpu_display/src/ |
D | gpu_display_stub.rs | 106 fn create_surface(&mut self, width: u32, height: u32) -> u32 { in create_surface() method 151 fn create_surface( in create_surface() method
|
D | lib.rs | 135 fn create_surface( in create_surface() method 241 pub fn create_surface( in create_surface() method
|
D | gpu_display_wl.rs | 193 fn create_surface( in create_surface() method
|
D | gpu_display_x.rs | 717 fn create_surface( in create_surface() method
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_context.h | 358 struct pipe_surface *(*create_surface)(struct pipe_context *ctx, member
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 712 struct pipe_surface *(*create_surface)(struct pipe_context *ctx, member
|
/external/skqp/tests/ |
D | SurfaceTest.cpp | 41 static sk_sp<SkSurface> create_surface(SkAlphaType at = kPremul_SkAlphaType, in create_surface() function
|
D | ImageFilterTest.cpp | 392 static sk_sp<SkSurface> create_surface(GrContext* context, int width, int height) { in create_surface() function
|
/external/mesa3d/src/gallium/tools/trace/ |
D | dump_state.py | 681 def create_surface(self, resource, surf_tmpl): member in Context
|
/external/skia/tests/ |
D | SurfaceTest.cpp | 46 static sk_sp<SkSurface> create_surface(SkAlphaType at = kPremul_SkAlphaType, in create_surface() function
|
D | ImageFilterTest.cpp | 345 static sk_sp<SkSurface> create_surface(GrRecordingContext* rContext, int width, int height) { in create_surface() function
|
/external/wayland/tests/data/ |
D | example-server.h | 1059 void (*create_surface)(struct wl_client *client, member
|