HomeSort by relevance Sort by last modified time
    Searched defs:create_surface (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_context.h 369 struct pipe_surface *(*create_surface)(struct pipe_context *ctx, member in struct:pipe_context
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 369 struct pipe_surface *(*create_surface)(struct pipe_context *ctx, member in struct:pipe_context
  /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...]

Completed in 741 milliseconds