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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_surface.c65 * \param surfaceOut returns the new surface
73 struct pipe_surface **surfaceOut)
117 *surfaceOut = pipe->create_surface(pipe,
120 if (!*surfaceOut) {
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.c65 * \param surfaceOut returns the new surface
73 struct pipe_surface **surfaceOut)
117 *surfaceOut = pipe->create_surface(pipe,
120 if (!*surfaceOut) {
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 93 milliseconds