Searched refs:gfx_create_surface (Results 1 - 9 of 9) sorted by relevance

/fuchsia/zircon/system/core/virtcon/
H A Dvc-gfx.cpp44 vc_tb_gfx = gfx_create_surface(NULL, test->width, font->height,
51 vc_gfx = gfx_create_surface(NULL, test->width, test->height,
143 if ((vc_hw_gfx = gfx_create_surface((void*) vc_hw_gfx_mem, width, height,
167 if ((vc_tb_gfx = gfx_create_surface((void*) vc_gfx_mem, width, font->height,
174 if ((vc_gfx = gfx_create_surface((void*) ptr, width, height - font->height,
H A Dtextcon-test.cpp78 vc_surface = gfx_create_surface(
/fuchsia/zircon/system/uapp/gfxtest/
H A Dmain.c43 gfx_surface* gfx = gfx_create_surface((void*)fbo, width, height, stride,
/fuchsia/zircon/system/uapp/gfxfractal/
H A Dmain.c45 gfx_surface* gfx = gfx_create_surface((void*)fbo, width, height, stride,
/fuchsia/zircon/system/ulib/gfx/include/gfx/
H A Dgfx.h101 gfx_surface* gfx_create_surface(void* ptr, unsigned width, unsigned height, unsigned stride, unsigned format, uint32_t flags);
/fuchsia/zircon/kernel/lib/gfx/include/lib/
H A Dgfx.h99 gfx_surface* gfx_create_surface(void* ptr, uint width, uint height, uint stride, gfx_format format, uint32_t flags);
/fuchsia/zircon/kernel/lib/gfx/
H A Dgfx.cpp495 gfx_surface* gfx_create_surface(void* ptr, uint width, uint height, uint stride, gfx_format format, uint32_t flags) { function
/fuchsia/zircon/system/ulib/gfx/
H A Dgfx.c616 gfx_surface* gfx_create_surface(void* ptr, unsigned width, unsigned height, function
/fuchsia/zircon/system/uapp/gfxlatency/
H A Dmain.cpp873 gfx_create_surface((void*)surface_data.get(), canvas_width,
902 gfx_create_surface((void*)sprite_surface_data.get(), SPRITE_DIM,

Completed in 97 milliseconds