HomeSort by relevance Sort by last modified time
    Searched full:write_stencil (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_drawpixels.h 54 GLboolean write_stencil);
st_cb_drawpixels.c 199 GLboolean write_stencil)
205 const GLuint shaderIndex = write_depth * 2 + write_stencil;
222 p->NumInstructions += write_stencil ? 1 : 0;
251 if (write_stencil) {
275 if (write_stencil)
279 if (write_stencil)
663 GLboolean write_depth, GLboolean write_stencil)
691 if (write_stencil) {
709 if (write_stencil) {
817 if (write_stencil) {
1099 GLboolean write_stencil = GL_FALSE, write_depth = GL_FALSE; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawpixels.h 54 GLboolean write_stencil);
st_cb_drawpixels.c 199 GLboolean write_stencil)
205 const GLuint shaderIndex = write_depth * 2 + write_stencil;
222 p->NumInstructions += write_stencil ? 1 : 0;
251 if (write_stencil) {
275 if (write_stencil)
279 if (write_stencil)
663 GLboolean write_depth, GLboolean write_stencil)
691 if (write_stencil) {
709 if (write_stencil) {
817 if (write_stencil) {
1099 GLboolean write_stencil = GL_FALSE, write_depth = GL_FALSE; local
    [all...]

Completed in 101 milliseconds