Searched defs:textureOut (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_surface.c64 * \param textureOut returns the new texture
72 struct pipe_resource **textureOut,
110 *textureOut = screen->resource_create(screen, &templ);
111 if (!*textureOut)
115 u_surface_default_template(&surf_templ, *textureOut, bind);
118 *textureOut,
121 pipe_resource_reference(textureOut, NULL);
69 util_create_rgba_surface(struct pipe_context *pipe, uint width, uint height, uint bind, struct pipe_resource **textureOut, struct pipe_surface **surfaceOut) argument
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_surface.c64 * \param textureOut returns the new texture
72 struct pipe_resource **textureOut,
110 *textureOut = screen->resource_create(screen, &templ);
111 if (!*textureOut)
115 u_surface_default_template(&surf_templ, *textureOut, bind);
118 *textureOut,
121 pipe_resource_reference(textureOut, NULL);
69 util_create_rgba_surface(struct pipe_context *pipe, uint width, uint height, uint bind, struct pipe_resource **textureOut, struct pipe_surface **surfaceOut) argument

Completed in 523 milliseconds