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

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/modules/gles3/functional/
es3fNegativeTextureApiTests.cpp 536 glCopyTexImage2D(0, 0, GL_RGB, 0, 0, 64, 64, 0);
562 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, GL_RGB, 0, 0, 16, 17, 0);
564 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, GL_RGB, 0, 0, 16, 17, 0);
566 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_RGB, 0, 0, 16, 17, 0);
568 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, 0, GL_RGB, 0, 0, 16, 17, 0);
570 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, GL_RGB, 0, 0, 16, 17, 0);
572 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGB, 0, 0, 16, 17, 0);
579 glCopyTexImage2D(GL_TEXTURE_2D, -1, GL_RGB, 0, 0, 64, 64, 0);
581 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, -1, GL_RGB, 0, 0, 16, 16, 0);
583 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, -1, GL_RGB, 0, 0, 16, 16, 0)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fNegativeTextureApiTests.cpp 624 glCopyTexImage2D(0, 0, GL_RGB, 0, 0, 64, 64, 0);
655 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, GL_RGB, 0, 0, 16, 17, 0);
657 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, GL_RGB, 0, 0, 16, 17, 0);
659 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_RGB, 0, 0, 16, 17, 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);
es2fFboCompletenessTests.cpp 57 GLS_UNSIZED_FORMATKEY(GL_RGB, GL_UNSIGNED_SHORT_5_6_5)
89 GLS_UNSIZED_FORMATKEY(GL_RGB, GL_FLOAT),
96 GLS_UNSIZED_FORMATKEY(GL_RGB, GL_HALF_FLOAT_OES),
  /external/deqp/modules/gles31/functional/
es31fNegativeTextureApiTests.cpp     [all...]
  /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 },
es2pTextureFilteringTests.cpp 57 { "rgb565", GL_RGB, GL_UNSIGNED_SHORT_5_6_5 },
  /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);
  /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/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 95 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 1, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16);
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLESTextureUtils.cpp 38 case GL_RGB: return sizeof(char) * 3;
67 case GL_RGB: return sizeof(unsigned char) * 3;
164 case GL_RGB: return sizeof(float) * 3;
184 case GL_RGB: return sizeof(unsigned short) * 3;
  /external/mesa3d/src/glx/
compsize.c 66 case GL_RGB:
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c 165 fb_format = GL_RGB;
169 fb_format = GL_RGB;
356 rb->InternalFormat = GL_RGB;
357 rb->_BaseFormat = GL_RGB;
362 rb->InternalFormat = GL_RGB;
363 rb->_BaseFormat = GL_RGB;
368 rb->InternalFormat = GL_RGB;
369 rb->_BaseFormat = GL_RGB;
640 if (internalFormat == GL_RGB)
  /frameworks/native/opengl/tests/textures/
textures.cpp 108 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 4, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16);
  /external/deqp/framework/opengl/simplereference/
sglrContext.cpp 52 case GL_RGB:
  /external/mesa3d/include/GL/
osmesa.h 77 #define OSMESA_RGB GL_RGB
  /external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
GlRectDrawerTest.java 112 GLES20.glTexImage2D(GLES20.GL_TEXTURE_2D, 0, GLES20.GL_RGB, WIDTH,
113 HEIGHT, 0, GLES20.GL_RGB, GLES20.GL_UNSIGNED_BYTE, rgbPlane);
250 GLES20.glTexImage2D(GLES20.GL_TEXTURE_2D, 0, GLES20.GL_RGB, WIDTH,
251 HEIGHT, 0, GLES20.GL_RGB, GLES20.GL_UNSIGNED_BYTE, rgbPlane);
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
GlTextureFrameBuffer.java 52 case GLES20.GL_RGB:
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_fbo.c 45 case GL_RGB:
47 rb->_BaseFormat = GL_RGB;
58 rb->_BaseFormat = GL_RGB;
  /external/swiftshader/src/OpenGL/common/
Image.cpp 481 case GL_RGB:
664 case GL_RGB:
695 case GL_RGB:
722 case GL_RGB:
762 case GL_RGB:
929 case GL_RGB: return sizeof(char) * 3;
959 case GL_RGB: return sizeof(unsigned char) * 3;
1061 case GL_RGB: return sizeof(float) * 3;
1082 case GL_RGB: return sizeof(unsigned short) * 3;
    [all...]

Completed in 1029 milliseconds

1 2 3 4 5 6 7 8 91011>>