HomeSort by relevance Sort by last modified time
    Searched defs:write_depth (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_drawpixels.c 198 GLboolean write_depth,
205 const GLuint shaderIndex = write_depth * 2 + write_stencil;
221 p->NumInstructions = write_depth ? 3 : 1;
231 if (write_depth) {
271 if (write_depth) {
663 GLboolean write_depth, GLboolean write_stencil)
722 if (write_depth) {
1099 GLboolean write_stencil = GL_FALSE, write_depth = GL_FALSE; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawpixels.c 198 GLboolean write_depth,
205 const GLuint shaderIndex = write_depth * 2 + write_stencil;
221 p->NumInstructions = write_depth ? 3 : 1;
231 if (write_depth) {
271 if (write_depth) {
663 GLboolean write_depth, GLboolean write_stencil)
722 if (write_depth) {
1099 GLboolean write_stencil = GL_FALSE, write_depth = GL_FALSE; local
    [all...]

Completed in 158 milliseconds