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

/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_texture.c59 * \param depthmode One of GL_LUMINANCE, GL_INTENSITY, GL_ALPHA, GL_RED.
62 apply_depthmode(enum pipe_format format, GLuint swizzle, GLenum depthmode) argument
78 switch (depthmode) {
119 * "depthmode" (for depth textures only) is different from the swizzling
124 * \param depthmode One of GL_LUMINANCE, GL_INTENSITY, GL_ALPHA.
128 GLuint swizzle, GLenum depthmode)
130 swizzle = apply_depthmode(sv->texture->format, swizzle, depthmode);
127 check_sampler_swizzle(struct pipe_sampler_view *sv, GLuint swizzle, GLenum depthmode) argument
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_texture.c59 * \param depthmode One of GL_LUMINANCE, GL_INTENSITY, GL_ALPHA, GL_RED.
62 apply_depthmode(enum pipe_format format, GLuint swizzle, GLenum depthmode) argument
78 switch (depthmode) {
119 * "depthmode" (for depth textures only) is different from the swizzling
124 * \param depthmode One of GL_LUMINANCE, GL_INTENSITY, GL_ALPHA.
128 GLuint swizzle, GLenum depthmode)
130 swizzle = apply_depthmode(sv->texture->format, swizzle, depthmode);
127 check_sampler_swizzle(struct pipe_sampler_view *sv, GLuint swizzle, GLenum depthmode) argument

Completed in 77 milliseconds