Searched refs:GL_STENCIL_INDEX (Results 1 - 25 of 69) sorted by relevance

123

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_pixel_draw.c50 if (format == GL_STENCIL_INDEX) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_pixel_draw.c50 if (format == GL_STENCIL_INDEX) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_pixel_draw.c50 if (format == GL_STENCIL_INDEX) {
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_pixel_draw.c50 if (format == GL_STENCIL_INDEX) {
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_pixel_draw.c50 if (format == GL_STENCIL_INDEX) {
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_pixel_draw.c50 if (format == GL_STENCIL_INDEX) {
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dcompsize.c83 case GL_STENCIL_INDEX:
171 if (format == GL_COLOR_INDEX || format == GL_STENCIL_INDEX) {
/external/mesa3d/src/glx/
H A Dcompsize.c83 case GL_STENCIL_INDEX:
171 if (format == GL_COLOR_INDEX || format == GL_STENCIL_INDEX) {
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dglformats.c171 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:
H A Ddrawpix.c109 case GL_STENCIL_INDEX:
H A Dtexstore.c2785 srcFormat == GL_STENCIL_INDEX);
2799 srcFormat == GL_STENCIL_INDEX) {
2824 else if (srcFormat == GL_STENCIL_INDEX) { /* preserve depth */
2879 srcFormat == GL_STENCIL_INDEX);
2906 else if (srcFormat == GL_STENCIL_INDEX) { /* preserve depth */
2953 ASSERT(srcFormat == GL_STENCIL_INDEX);
3827 srcFormat == GL_STENCIL_INDEX);
3843 srcFormat == GL_STENCIL_INDEX) {
3862 if (srcFormat != GL_STENCIL_INDEX)
4250 if ((userFormat == GL_STENCIL_INDEX || userForma
[all...]
H A Dformats.c47 * GL_DEPTH_COMPONENT, GL_STENCIL_INDEX, GL_DEPTH_STENCIL, GL_DUDV_ATI.
490 GL_STENCIL_INDEX, /* BaseFormat */
1663 * GL_YCBCR_MESA, GL_DEPTH_COMPONENT, GL_STENCIL_INDEX, GL_DEPTH_STENCIL.
1720 info->BaseFormat != GL_STENCIL_INDEX;
2756 return format == GL_STENCIL_INDEX && type == GL_UNSIGNED_BYTE;
H A Dreadpix.c169 * Read pixels for format=GL_STENCIL_INDEX.
203 GL_STENCIL_INDEX, type, j, 0);
659 case GL_STENCIL_INDEX:
/external/mesa3d/src/mesa/main/
H A Dglformats.c171 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:
H A Ddrawpix.c109 case GL_STENCIL_INDEX:
H A Dtexstore.c2785 srcFormat == GL_STENCIL_INDEX);
2799 srcFormat == GL_STENCIL_INDEX) {
2824 else if (srcFormat == GL_STENCIL_INDEX) { /* preserve depth */
2879 srcFormat == GL_STENCIL_INDEX);
2906 else if (srcFormat == GL_STENCIL_INDEX) { /* preserve depth */
2953 ASSERT(srcFormat == GL_STENCIL_INDEX);
3827 srcFormat == GL_STENCIL_INDEX);
3843 srcFormat == GL_STENCIL_INDEX) {
3862 if (srcFormat != GL_STENCIL_INDEX)
4250 if ((userFormat == GL_STENCIL_INDEX || userForma
[all...]
H A Dformats.c47 * GL_DEPTH_COMPONENT, GL_STENCIL_INDEX, GL_DEPTH_STENCIL, GL_DUDV_ATI.
490 GL_STENCIL_INDEX, /* BaseFormat */
1663 * GL_YCBCR_MESA, GL_DEPTH_COMPONENT, GL_STENCIL_INDEX, GL_DEPTH_STENCIL.
1720 info->BaseFormat != GL_STENCIL_INDEX;
2756 return format == GL_STENCIL_INDEX && type == GL_UNSIGNED_BYTE;
H A Dreadpix.c169 * Read pixels for format=GL_STENCIL_INDEX.
203 GL_STENCIL_INDEX, type, j, 0);
659 case GL_STENCIL_INDEX:
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_eglimage.c57 base_format = GL_STENCIL_INDEX;
H A Dst_cb_drawpixels.c192 * 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 &&
1120 else if (format == GL_STENCIL_INDEX)
1229 GL_STENCIL_INDEX, GL_UNSIGNED_BYTE,
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_eglimage.c57 base_format = GL_STENCIL_INDEX;
H A Dst_cb_drawpixels.c192 * 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 &&
1120 else if (format == GL_STENCIL_INDEX)
1229 GL_STENCIL_INDEX, GL_UNSIGNED_BYTE,
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_drawpix.c279 GL_STENCIL_INDEX, type,
687 case GL_STENCIL_INDEX:
/external/mesa3d/src/mesa/swrast/
H A Ds_drawpix.c279 GL_STENCIL_INDEX, type,
687 case GL_STENCIL_INDEX:
/external/deqp/modules/gles31/functional/
H A Des31fStencilTexturingTests.cpp249 gl.texParameteri(GL_TEXTURE_2D, GL_DEPTH_STENCIL_TEXTURE_MODE, GL_STENCIL_INDEX);
314 gl.texParameteri(GL_TEXTURE_2D_ARRAY, GL_DEPTH_STENCIL_TEXTURE_MODE, GL_STENCIL_INDEX);
373 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_DEPTH_STENCIL_TEXTURE_MODE, GL_STENCIL_INDEX);

Completed in 6584 milliseconds

123