Home
last modified time | relevance | path

Searched defs:create_surface (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/glx/apple/
Dapple_glx_surface.c129 create_surface(Display * dpy, int screen, struct apple_glx_drawable *d) in create_surface() function
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h369 struct pipe_surface *(*create_surface)(struct pipe_context *ctx, member
/external/skia/tests/
DWritePixelsTest.cpp299 static SkSurface* create_surface(const CanvasConfig& c, GrContext* grCtx) { in create_surface() function