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

/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_texture.c116 GLuint *layersOut)
125 *layersOut = 1;
132 *layersOut = heightIn;
141 *layersOut = 1;
148 *layersOut = 6;
154 *layersOut = depthIn;
163 *layersOut = 1;
109 st_gl_texture_dims_to_pipe_dims(GLenum texture, GLuint widthIn, GLuint heightIn, GLuint depthIn, GLuint *widthOut, GLuint *heightOut, GLuint *depthOut, GLuint *layersOut) argument
/external/mesa3d/src/mesa/state_tracker/
H A Dst_texture.c116 GLuint *layersOut)
125 *layersOut = 1;
132 *layersOut = heightIn;
141 *layersOut = 1;
148 *layersOut = 6;
154 *layersOut = depthIn;
163 *layersOut = 1;
109 st_gl_texture_dims_to_pipe_dims(GLenum texture, GLuint widthIn, GLuint heightIn, GLuint depthIn, GLuint *widthOut, GLuint *heightOut, GLuint *depthOut, GLuint *layersOut) argument

Completed in 182 milliseconds