Searched defs:DepthMode (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di915_texstate.c42 translate_texture_format(gl_format mesa_format, GLenum DepthMode) argument
73 if (DepthMode == GL_ALPHA)
75 else if (DepthMode == GL_INTENSITY)
88 if (DepthMode == GL_ALPHA)
90 else if (DepthMode == GL_INTENSITY)
171 tObj->DepthMode);
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_texstate.c42 translate_texture_format(gl_format mesa_format, GLenum DepthMode) argument
73 if (DepthMode == GL_ALPHA)
75 else if (DepthMode == GL_INTENSITY)
88 if (DepthMode == GL_ALPHA)
90 else if (DepthMode == GL_INTENSITY)
171 tObj->DepthMode);
/external/deqp/modules/egl/
H A DteglRenderTests.cpp108 enum DepthMode enum in namespace:deqp::egl::__anon19839
131 DepthMode depth;
155 drawOp.depth = (DepthMode)rnd.getInt(0, DEPTHMODE_LAST-1);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmtypes.h1272 GLenum DepthMode; /**< GL_ARB_depth_texture */ member in struct:gl_texture_object
/external/mesa3d/src/mesa/main/
H A Dmtypes.h1272 GLenum DepthMode; /**< GL_ARB_depth_texture */ member in struct:gl_texture_object

Completed in 181 milliseconds