Searched defs:GL_STENCIL_FAIL (Results 1 – 4 of 4) sorted by relevance
178 #define GL_STENCIL_FAIL 0x0B94 macro
121 int GL_STENCIL_FAIL = 0x0B94; field
212 #define GL_STENCIL_FAIL 0x0B94 macro
123 public static final int GL_STENCIL_FAIL = 0x0B94; field in GLES11