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

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/modules/gles2/functional/
es2fNegativeTextureApiTests.cpp 596 glCopyTexImage2D(0, 0, GL_RGB, 0, 0, 64, 64, 0);
627 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, GL_RGB, 0, 0, 16, 17, 0);
629 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, GL_RGB, 0, 0, 16, 17, 0);
631 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_RGB, 0, 0, 16, 17, 0);
633 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, 0, GL_RGB, 0, 0, 16, 17, 0);
635 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, GL_RGB, 0, 0, 16, 17, 0);
637 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGB, 0, 0, 16, 17, 0);
644 glCopyTexImage2D(GL_TEXTURE_2D, -1, GL_RGB, 0, 0, 64, 64, 0);
651 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, -1, GL_RGB, 0, 0, 16, 16, 0);
653 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, -1, GL_RGB, 0, 0, 16, 16, 0)
    [all...]
es2fFboStateQueryTests.cpp 149 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 64, 64, 0, GL_RGB, GL_UNSIGNED_BYTE, DE_NULL);
195 glTexImage2D(faces[ndx], 0, GL_RGB, 64, 64, 0, GL_RGB, GL_UNSIGNED_BYTE, DE_NULL);
  /external/chromium_org/third_party/angle/samples/angle/sample_util/
texture_utils.cpp 32 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, width, height, 0, GL_RGB, GL_UNSIGNED_BYTE, pixels);
69 glTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X + i, 0, GL_RGB, 1, 1, 0, GL_RGB, GL_UNSIGNED_BYTE, &pixels[i]);
119 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, width, height, 0, GL_RGB, GL_UNSIGNED_BYTE, pixels.data());
  /external/deqp/modules/gles3/functional/
es3fNegativeTextureApiTests.cpp 464 glCopyTexImage2D(0, 0, GL_RGB, 0, 0, 64, 64, 0);
490 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, GL_RGB, 0, 0, 16, 17, 0);
492 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, GL_RGB, 0, 0, 16, 17, 0);
494 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_RGB, 0, 0, 16, 17, 0);
496 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, 0, GL_RGB, 0, 0, 16, 17, 0);
498 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, GL_RGB, 0, 0, 16, 17, 0);
500 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGB, 0, 0, 16, 17, 0);
507 glCopyTexImage2D(GL_TEXTURE_2D, -1, GL_RGB, 0, 0, 64, 64, 0);
509 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, -1, GL_RGB, 0, 0, 16, 16, 0);
511 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, -1, GL_RGB, 0, 0, 16, 16, 0)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeTextureApiTests.cpp 460 ctx.glCopyTexImage2D(0, 0, GL_RGB, 0, 0, 64, 64, 0);
488 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, GL_RGB, 0, 0, 16, 17, 0);
490 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, GL_RGB, 0, 0, 16, 17, 0);
492 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_RGB, 0, 0, 16, 17, 0);
494 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, 0, GL_RGB, 0, 0, 16, 17, 0);
496 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, GL_RGB, 0, 0, 16, 17, 0);
498 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGB, 0, 0, 16, 17, 0);
506 ctx.glCopyTexImage2D(GL_TEXTURE_2D, -1, GL_RGB, 0, 0, 64, 64, 0);
508 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, -1, GL_RGB, 0, 0, 16, 16, 0);
510 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, -1, GL_RGB, 0, 0, 16, 16, 0)
    [all...]
  /external/chromium_org/third_party/angle/tests/angle_tests/
UnpackAlignmentTest.cpp 76 case GL_RGB: compCount = 3; break;
151 testAlignment(1, 7 * 3, GL_RGB, GL_UNSIGNED_BYTE);
166 testAlignment(1, 7 * 2, GL_RGB, GL_UNSIGNED_SHORT_5_6_5);
192 testAlignment(2, 7 * 3 + 1, GL_RGB, GL_UNSIGNED_BYTE);
207 testAlignment(2, 7 * 2, GL_RGB, GL_UNSIGNED_SHORT_5_6_5);
233 testAlignment(4, 7 * 3 + 3, GL_RGB, GL_UNSIGNED_BYTE);
248 testAlignment(4, 7 * 2 + 2, GL_RGB, GL_UNSIGNED_SHORT_5_6_5);
274 testAlignment(8, 7 * 3 + 3, GL_RGB, GL_UNSIGNED_BYTE);
289 testAlignment(8, 7 * 2 + 2, GL_RGB, GL_UNSIGNED_SHORT_5_6_5);
  /external/deqp/modules/gles2/performance/
es2pTextureCountTests.cpp 60 { "rgb565", GL_RGB, GL_UNSIGNED_SHORT_5_6_5 },
61 { "rgb888", GL_RGB, GL_UNSIGNED_BYTE },
es2pTextureFormatTests.cpp 60 { "rgb565", GL_RGB, GL_UNSIGNED_SHORT_5_6_5 },
63 { "rgb888", GL_RGB, GL_UNSIGNED_BYTE },
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
formats.c 45 * Base format is one of GL_RED, GL_RG, GL_RGB, GL_RGBA, GL_ALPHA,
130 GL_RGB, /* BaseFormat */
139 GL_RGB, /* BaseFormat */
148 GL_RGB, /* BaseFormat */
157 GL_RGB, /* BaseFormat */
166 GL_RGB, /* BaseFormat */
175 GL_RGB, /* BaseFormat */
184 GL_RGB, /* BaseFormat */
193 GL_RGB, /* BaseFormat */
292 GL_RGB, /* BaseFormat *
    [all...]
glformats.c 196 case GL_RGB:
248 if (format == GL_RGB || format == GL_BGR ||
255 if (format == GL_RGB || format == GL_BGR ||
290 if (format == GL_RGB)
295 if (format == GL_RGB)
490 case GL_RGB:
866 case GL_RGB:
900 base_format == GL_RGB ||
910 base_format == GL_RGB ||
919 if (base_format == GL_RGB ||
    [all...]
texcompress_cpal.c 53 { GL_PALETTE4_RGB8_OES, GL_RGB, GL_UNSIGNED_BYTE, 16, 3 },
55 { GL_PALETTE4_R5_G6_B5_OES, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, 16, 2 },
58 { GL_PALETTE8_RGB8_OES, GL_RGB, GL_UNSIGNED_BYTE, 256, 3 },
60 { GL_PALETTE8_R5_G6_B5_OES, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, 256, 2 },
  /external/mesa3d/src/mesa/main/
formats.c 45 * Base format is one of GL_RED, GL_RG, GL_RGB, GL_RGBA, GL_ALPHA,
130 GL_RGB, /* BaseFormat */
139 GL_RGB, /* BaseFormat */
148 GL_RGB, /* BaseFormat */
157 GL_RGB, /* BaseFormat */
166 GL_RGB, /* BaseFormat */
175 GL_RGB, /* BaseFormat */
184 GL_RGB, /* BaseFormat */
193 GL_RGB, /* BaseFormat */
292 GL_RGB, /* BaseFormat *
    [all...]
glformats.c 196 case GL_RGB:
248 if (format == GL_RGB || format == GL_BGR ||
255 if (format == GL_RGB || format == GL_BGR ||
290 if (format == GL_RGB)
295 if (format == GL_RGB)
490 case GL_RGB:
866 case GL_RGB:
900 base_format == GL_RGB ||
910 base_format == GL_RGB ||
919 if (base_format == GL_RGB ||
    [all...]
texcompress_cpal.c 53 { GL_PALETTE4_RGB8_OES, GL_RGB, GL_UNSIGNED_BYTE, 16, 3 },
55 { GL_PALETTE4_R5_G6_B5_OES, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, 16, 2 },
58 { GL_PALETTE8_RGB8_OES, GL_RGB, GL_UNSIGNED_BYTE, 256, 3 },
60 { GL_PALETTE8_R5_G6_B5_OES, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, 256, 2 },
  /frameworks/native/opengl/tests/finish/
finish.cpp 84 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB,
85 512, 512, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, texels);
168 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, &green);
180 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB,
181 1, 1, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, &texel);
216 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, &green);
  /external/chromium_org/third_party/angle/src/libGLESv2/
validationES3.cpp 75 InsertES3FormatCombo(&set, GL_RGB8, GL_RGB, GL_UNSIGNED_BYTE );
76 InsertES3FormatCombo(&set, GL_RGB565, GL_RGB, GL_UNSIGNED_BYTE );
77 InsertES3FormatCombo(&set, GL_SRGB8, GL_RGB, GL_UNSIGNED_BYTE );
78 InsertES3FormatCombo(&set, GL_RGB8_SNORM, GL_RGB, GL_BYTE );
79 InsertES3FormatCombo(&set, GL_RGB565, GL_RGB, GL_UNSIGNED_SHORT_5_6_5 );
80 InsertES3FormatCombo(&set, GL_R11F_G11F_B10F, GL_RGB, GL_UNSIGNED_INT_10F_11F_11F_REV );
81 InsertES3FormatCombo(&set, GL_RGB9_E5, GL_RGB, GL_UNSIGNED_INT_5_9_9_9_REV );
82 InsertES3FormatCombo(&set, GL_RGB16F, GL_RGB, GL_HALF_FLOAT );
83 InsertES3FormatCombo(&set, GL_RGB16F, GL_RGB, GL_HALF_FLOAT_OES );
84 InsertES3FormatCombo(&set, GL_R11F_G11F_B10F, GL_RGB, GL_HALF_FLOAT )
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CompressedTextureActivity.java 95 GLES10.GL_RGB, GLES10.GL_UNSIGNED_SHORT_5_6_5, input);
124 GLES10.GL_RGB, GLES10.GL_UNSIGNED_SHORT_5_6_5, bis);
130 GLES10.GL_RGB, GLES10.GL_UNSIGNED_SHORT_5_6_5, etc1Texture);
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_eglimage.c 67 base_format = GL_RGB;
114 internalFormat = GL_RGB;
  /external/mesa3d/src/mesa/state_tracker/
st_cb_eglimage.c 67 base_format = GL_RGB;
114 internalFormat = GL_RGB;
  /frameworks/native/opengl/tests/linetex/
linetex.cpp 93 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 1, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLESvalidate.cpp 56 return format == GL_RGB;
68 case GL_RGB:
  /external/chromium_org/gpu/gles2_conform_support/native/
egl_native_x11.cc 27 if (format != GL_RGBA && format != GL_RGB)
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
Extensions3DUtil.cpp 88 if ((destFormat == GL_RGB || destFormat == GL_RGBA)
  /external/chromium_org/third_party/mesa/src/src/glx/
compsize.c 66 case GL_RGB:
  /external/mesa3d/src/glx/
compsize.c 66 case GL_RGB:

Completed in 529 milliseconds

1 2 3 4 5 6 7 8 91011>>