HomeSort by relevance Sort by last modified time
    Searched refs:GL_STENCIL_INDEX (Results 1 - 25 of 112) sorted by null

1 2 3 4 5

  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel_draw.c 50 if (format == GL_STENCIL_INDEX) {
intel_fbo.c 244 case GL_STENCIL_INDEX:
  /external/mesa3d/src/glx/
compsize.c 83 case GL_STENCIL_INDEX:
171 if (format == GL_COLOR_INDEX || format == GL_STENCIL_INDEX) {
  /external/mesa3d/src/mesa/main/
glformats.c 171 case GL_STENCIL_INDEX:
699 case GL_STENCIL_INDEX:
750 case GL_STENCIL_INDEX:
959 base_format == GL_STENCIL_INDEX) {
1030 if (format != GL_COLOR_INDEX && format != GL_STENCIL_INDEX) {
1101 case GL_STENCIL_INDEX:
    [all...]
drawpix.c 109 case GL_STENCIL_INDEX:
texstore.c     [all...]
formats.c 47 * GL_DEPTH_COMPONENT, GL_STENCIL_INDEX, GL_DEPTH_STENCIL, GL_DUDV_ATI.
490 GL_STENCIL_INDEX, /* BaseFormat */
    [all...]
readpix.c 169 * Read pixels for format=GL_STENCIL_INDEX.
203 GL_STENCIL_INDEX, type, j, 0);
659 case GL_STENCIL_INDEX:
debug.c 544 _mesa_ReadPixels(0, 0, w, h, GL_STENCIL_INDEX, GL_UNSIGNED_BYTE, buf);
fbobject.c 645 if (baseFormat == GL_STENCIL_INDEX) {
1052 * corresponding base format (one of GL_RGB, GL_RGBA, GL_STENCIL_INDEX,
    [all...]
framebuffer.c 820 case GL_STENCIL_INDEX:
  /external/mesa3d/src/mesa/state_tracker/
st_cb_eglimage.c 57 base_format = GL_STENCIL_INDEX;
st_cb_drawpixels.c 192 * Used for glDrawPixels(GL_DEPTH_COMPONENT / GL_STENCIL_INDEX).
368 case GL_STENCIL_INDEX:
369 return GL_STENCIL_INDEX;
825 * Software fallback to do glDrawPixels(GL_STENCIL_INDEX) when we
860 if (format == GL_STENCIL_INDEX &&
    [all...]
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES31Header.java-if 49 public static final int GL_STENCIL_INDEX = 0x1901;
GLES20Header.java-if 299 // GL_STENCIL_INDEX does not appear in gl2.h or gl2ext.h, and there is no
303 public static final int GL_STENCIL_INDEX = 0x1901;
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11ExtensionPack.java 94 int GL_STENCIL_INDEX = 0x1901;
  /external/mesa3d/src/mesa/swrast/
s_drawpix.c 279 GL_STENCIL_INDEX, type,
687 case GL_STENCIL_INDEX:
s_renderbuffer.c 93 case GL_STENCIL_INDEX:
  /external/deqp/modules/gles31/functional/
es31fStencilTexturingTests.cpp 252 gl.texParameteri(GL_TEXTURE_2D, GL_DEPTH_STENCIL_TEXTURE_MODE, GL_STENCIL_INDEX);
317 gl.texParameteri(GL_TEXTURE_2D_ARRAY, GL_DEPTH_STENCIL_TEXTURE_MODE, GL_STENCIL_INDEX);
376 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_DEPTH_STENCIL_TEXTURE_MODE, GL_STENCIL_INDEX);
    [all...]
  /external/deqp/modules/glshared/
glsTextureStateQueryTests.cpp 841 gl.glTexParameteri(m_target, m_pname, GL_STENCIL_INDEX);
843 verifyStateTextureParamInteger(result, gl, m_target, m_pname, GL_STENCIL_INDEX, m_type);
849 gl.glTexParameterf(m_target, m_pname, GL_STENCIL_INDEX);
851 verifyStateTextureParamInteger(result, gl, m_target, m_pname, GL_STENCIL_INDEX, m_type);
861 const glw::GLint stencilIndex = GL_STENCIL_INDEX;
865 verifyStateTextureParamInteger(result, gl, m_target, m_pname, GL_STENCIL_INDEX, m_type);
875 const glw::GLuint stencilIndex = GL_STENCIL_INDEX;
879 verifyStateTextureParamInteger(result, gl, m_target, m_pname, GL_STENCIL_INDEX, m_type);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES31.java 49 public static final int GL_STENCIL_INDEX = 0x1901;
    [all...]
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /external/deqp/framework/opengl/
gluStrUtil.inl 781 case GL_STENCIL_INDEX: return "GL_STENCIL_INDEX";
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 434 #define GL_STENCIL_INDEX 0x1901
  /external/mesa3d/include/GLES2/
gl2.h 434 #define GL_STENCIL_INDEX 0x1901

Completed in 541 milliseconds

1 2 3 4 5