/external/mesa3d/src/glx/apple/ |
apple_glx_surface.c | 129 create_surface(Display * dpy, int screen, struct apple_glx_drawable *d) function 175 if (create_surface(dpy, screen, d)) {
|
/external/vulkan-validation-layers/demos/smoke/ |
ShellAndroid.cpp | 137 VkSurfaceKHR ShellAndroid::create_surface(VkInstance instance) function in class:ShellAndroid
|
ShellWin32.cpp | 146 VkSurfaceKHR ShellWin32::create_surface(VkInstance instance) function in class:ShellWin32
|
ShellXcb.cpp | 197 VkSurfaceKHR ShellXcb::create_surface(VkInstance instance) function in class:ShellXcb
|
/external/mesa3d/src/gallium/include/pipe/ |
p_context.h | 369 struct pipe_surface *(*create_surface)(struct pipe_context *ctx, member in struct:pipe_context
|
/external/skia/tests/ |
SurfaceTest.cpp | 30 static SkSurface* create_surface(SkAlphaType at = kPremul_SkAlphaType, function 185 for (auto& surface_func : { &create_surface, &create_direct_surface }) { 219 for (auto& surface_func : { &create_surface, &create_direct_surface }) { 245 for (auto& surface_func : { &create_surface, &create_direct_surface }) { 299 SkAutoTUnref<SkSurface> surface(create_surface()); 397 SkAutoTUnref<SkSurface> surface(create_surface()); 598 SkAutoTUnref<SkSurface> surface(create_surface()); 621 SkAutoTUnref<SkSurface> surface(create_surface()); 676 SkAutoTUnref<SkSurface> surface(create_surface()); [all...] |
/hardware/intel/common/libva/va/glx/ |
va_glx_impl.c | 739 create_surface(VADriverContextP ctx, GLenum target, GLuint texture) function 883 pSurfaceGLX = create_surface(ctx, target, texture);
|
/hardware/intel/common/libva/test/videoprocess/ |
videoprocess.cpp | 184 create_surface(VASurfaceID * p_surface_id, function 857 va_status = create_surface(&g_in_surface_id, g_in_pic_width, g_in_pic_height, 861 va_status = create_surface(&g_out_surface_id, g_out_pic_width, g_out_pic_height, [all...] |