Home
last modified time | relevance | path

Searched refs:GL_RGB (Results 1 – 25 of 298) sorted by relevance

12345678910>>...12

/third_party/vk-gl-cts/modules/gles2/functional/
Des2fNegativeTextureApiTests.cpp624 glCopyTexImage2D(0, 0, GL_RGB, 0, 0, 64, 64, 0); in init()
655 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, GL_RGB, 0, 0, 16, 17, 0); in init()
657 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, GL_RGB, 0, 0, 16, 17, 0); in init()
659 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_RGB, 0, 0, 16, 17, 0); in init()
661 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, 0, GL_RGB, 0, 0, 16, 17, 0); in init()
663 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, GL_RGB, 0, 0, 16, 17, 0); in init()
665 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGB, 0, 0, 16, 17, 0); in init()
672 glCopyTexImage2D(GL_TEXTURE_2D, -1, GL_RGB, 0, 0, 64, 64, 0); in init()
679 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, -1, GL_RGB, 0, 0, 16, 16, 0); in init()
681 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, -1, GL_RGB, 0, 0, 16, 16, 0); in init()
[all …]
Des2fFboStateQueryTests.cpp149 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 64, 64, 0, GL_RGB, GL_UNSIGNED_BYTE, DE_NULL); in test()
195 glTexImage2D(faces[ndx], 0, GL_RGB, 64, 64, 0, GL_RGB, GL_UNSIGNED_BYTE, DE_NULL); in test()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fNegativeTextureApiTests.cpp539 glCopyTexImage2D(0, 0, GL_RGB, 0, 0, 64, 64, 0); in init()
565 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, GL_RGB, 0, 0, 16, 17, 0); in init()
567 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, GL_RGB, 0, 0, 16, 17, 0); in init()
569 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_RGB, 0, 0, 16, 17, 0); in init()
571 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, 0, GL_RGB, 0, 0, 16, 17, 0); in init()
573 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, GL_RGB, 0, 0, 16, 17, 0); in init()
575 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGB, 0, 0, 16, 17, 0); in init()
582 glCopyTexImage2D(GL_TEXTURE_2D, -1, GL_RGB, 0, 0, 64, 64, 0); in init()
584 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, -1, GL_RGB, 0, 0, 16, 16, 0); in init()
586 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, -1, GL_RGB, 0, 0, 16, 16, 0); in init()
[all …]
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fNegativeTextureApiTests.cpp629 ctx.glCopyTexImage2D(0, 0, GL_RGB, 0, 0, 64, 64, 0); in copyteximage2d_invalid_target()
657 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, 0, GL_RGB, 0, 0, 16, 17, 0); in copyteximage2d_inequal_width_height_cube()
659 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, 0, GL_RGB, 0, 0, 16, 17, 0); in copyteximage2d_inequal_width_height_cube()
661 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Z, 0, GL_RGB, 0, 0, 16, 17, 0); in copyteximage2d_inequal_width_height_cube()
663 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_X, 0, GL_RGB, 0, 0, 16, 17, 0); in copyteximage2d_inequal_width_height_cube()
665 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, GL_RGB, 0, 0, 16, 17, 0); in copyteximage2d_inequal_width_height_cube()
667 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGB, 0, 0, 16, 17, 0); in copyteximage2d_inequal_width_height_cube()
675 ctx.glCopyTexImage2D(GL_TEXTURE_2D, -1, GL_RGB, 0, 0, 64, 64, 0); in copyteximage2d_neg_level()
677 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_X, -1, GL_RGB, 0, 0, 16, 16, 0); in copyteximage2d_neg_level()
679 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_POSITIVE_Y, -1, GL_RGB, 0, 0, 16, 16, 0); in copyteximage2d_neg_level()
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcTextureRepeatModeTests.cpp261 …{ GL_R3_G3_B2, GL_RGB, GL_RGB, GL_UNSIGNED_BYTE_3_3_2, SAMPLER_UNORM, { { 3, 3, 2, 0, 0, …
262 …{ GL_RGB4, GL_RGB, GL_RGB, GL_UNSIGNED_BYTE, SAMPLER_UNORM, { { 4, 4, 4, 0, 0, 0, 0, 0,…
263 …{ GL_RGB5, GL_RGB, GL_RGB, GL_UNSIGNED_BYTE, SAMPLER_UNORM, { { 5, 5, 5, 0, 0, 0, 0, 0,…
264 …{ GL_RGB565, GL_RGB, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, SAMPLER_UNORM, { { 5, 6, 5, 0, 0, 0,…
265 …{ GL_RGB8, GL_RGB, GL_RGB, GL_UNSIGNED_BYTE, SAMPLER_UNORM, { { 8, 8, 8, 0, 0, 0, 0, 0,…
266 …{ GL_RGB8_SNORM, GL_RGB, GL_RGB, GL_BYTE, SAMPLER_NORM, { { 8, 8, 8, 0, 0, 0, 0, 0, NO…
267 …{ GL_RGB10, GL_RGB, GL_RGB, GL_UNSIGNED_SHORT, SAMPLER_UNORM, { {10,10,10, 0, 0, 0, 0, …
268 …{ GL_RGB12, GL_RGB, GL_RGB, GL_UNSIGNED_SHORT, SAMPLER_UNORM, { {12,12,12, 0, 0, 0, 0, …
269 …{ GL_RGB16, GL_RGB, GL_RGB, GL_UNSIGNED_SHORT, SAMPLER_UNORM, { {16,16,16, 0, 0, 0, 0, …
270 …{ GL_RGB16_SNORM, GL_RGB, GL_RGB, GL_SHORT, SAMPLER_NORM, { {16,16,16, 0, 0, 0, 0, 0, …
[all …]
DglcPackedPixelsTests.cpp167 …{ GL_R3_G3_B2, GL_RGB, GL_RGB, GL_UNSIGNED_BYTE_3_3_2, SAMPLER_UNORM, { { 3, 3, …
168 …{ GL_RGB4, GL_RGB, GL_RGB, GL_UNSIGNED_BYTE, SAMPLER_UNORM, { { 4, 4, 4, 0, 0…
169 …{ GL_RGB5, GL_RGB, GL_RGB, GL_UNSIGNED_BYTE, SAMPLER_UNORM, { { 5, 5, 5, 0, 0…
170 …{ GL_RGB8, GL_RGB, GL_RGB, GL_UNSIGNED_BYTE, SAMPLER_UNORM, { { 8, 8, 8, 0, 0…
171 …{ GL_RGB8_SNORM, GL_RGB, GL_RGB, GL_BYTE, SAMPLER_NORM, { { 8, 8, 8, 0, 0, 0…
172 …{ GL_RGB10, GL_RGB, GL_RGB, GL_UNSIGNED_SHORT, SAMPLER_UNORM, { {10,10,10, 0, …
173 …{ GL_RGB12, GL_RGB, GL_RGB, GL_UNSIGNED_SHORT, SAMPLER_UNORM, { {12,12,12, 0, …
174 …{ GL_RGB16, GL_RGB, GL_RGB, GL_UNSIGNED_SHORT, SAMPLER_UNORM, { {16,16,16, 0, …
175 …{ GL_RGB16_SNORM, GL_RGB, GL_RGB, GL_SHORT, SAMPLER_NORM, { {16,16,16, 0, 0,…
186 …{ GL_SRGB8, GL_RGB, GL_RGB, GL_UNSIGNED_BYTE, SAMPLER_UNORM, { { 8, 8, 8, 0, …
[all …]
DglcInternalformatTests.cpp418 case GL_RGB: in getUnsizedFormatFromInternalFormat()
425 return GL_RGB; in getUnsizedFormatFromInternalFormat()
811 formatMap[GL_RGB] = TextureFormat(GL_RGB, GL_UNSIGNED_BYTE, GL_RGB); in iterate()
812 formatMap[GL_RGBA] = TextureFormat(GL_RGB, GL_UNSIGNED_BYTE, GL_RGB); in iterate()
813 formatMap[GL_RGBA_INTEGER] = TextureFormat(GL_RGB, GL_UNSIGNED_BYTE, GL_RGB); in iterate()
814 formatMap[GL_RGB_INTEGER] = TextureFormat(GL_RGB, GL_UNSIGNED_BYTE, GL_RGB); in iterate()
831 formatMap[GL_SRGB] = TextureFormat(GL_RGB, GL_UNSIGNED_BYTE, GL_RGB); in iterate()
832 formatMap[GL_SRGB_ALPHA] = TextureFormat(GL_RGB, GL_UNSIGNED_BYTE, GL_RGB); in iterate()
998 …copyFboColorTextureId = createTexture(GL_RGB, GL_RGB, GL_UNSIGNED_BYTE, GL_NEAREST, GL_NEAREST, fa… in iterate()
1564 TF(GL_RGB, GL_UNSIGNED_BYTE, GL_RGB), in getESTestData()
[all …]
DglcTextureCompatibilityTests.cpp104 { "rgb16f_float", GL_RGB16F, GL_RGB, GL_FLOAT },
106 { "r11f_g11f_b10f_half_float", GL_R11F_G11F_B10F, GL_RGB, GL_HALF_FLOAT },
107 { "r11f_g11f_b10f_float", GL_R11F_G11F_B10F, GL_RGB, GL_FLOAT },
108 { "rgb9_e5_half_float", GL_RGB9_E5, GL_RGB, GL_HALF_FLOAT },
109 { "rgb9_e5_float", GL_RGB9_E5, GL_RGB, GL_FLOAT },
110 { "rgb565_unsigned_byte", GL_RGB565, GL_RGB, GL_UNSIGNED_BYTE },
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DTextureUploadFormatTest.cpp79 case GL_RGB: in bytesPerPixel()
230 case GL_RGB: in TEST_P()
334 fnTest({GL_RGB8, GL_RGB, GL_UNSIGNED_BYTE}, {1, 1, 1, 0}); in TEST_P()
335 fnTest({GL_RGB565, GL_RGB, GL_UNSIGNED_BYTE}, {8, 4, 8, 0}); in TEST_P()
342 fnTest({GL_RGB, GL_RGB, GL_UNSIGNED_BYTE}, {1, 1, 1, 0}); in TEST_P()
357 fnTest({GL_RGB8_SNORM, GL_RGB, GL_BYTE}, {2, 2, 2, 0}); in TEST_P()
369 fnTest({GL_RGB565, GL_RGB, GL_UNSIGNED_SHORT_5_6_5}, {8, 4, 8, 0}); in TEST_P()
370 fnTest({GL_RGB, GL_RGB, GL_UNSIGNED_SHORT_5_6_5}, {8, 4, 8, 0}); in TEST_P()
413 fnTest({GL_RGB, GL_RGB, GL_UNSIGNED_INT_2_10_10_10_REV}, {1, 1, 1, 0}); in TEST_P()
564 fnTest({GL_RGB16F, GL_RGB, GL_HALF_FLOAT}, {1, 1, 1, 0}); in TEST_P()
[all …]
DUnpackAlignmentTest.cpp65 case GL_RGB: in getPixelSize()
145 testAlignment(1, 7 * 3, GL_RGB, GL_UNSIGNED_BYTE); in TEST_P()
160 testAlignment(1, 7 * 2, GL_RGB, GL_UNSIGNED_SHORT_5_6_5); in TEST_P()
185 testAlignment(2, 7 * 3 + 1, GL_RGB, GL_UNSIGNED_BYTE); in TEST_P()
200 testAlignment(2, 7 * 2, GL_RGB, GL_UNSIGNED_SHORT_5_6_5); in TEST_P()
225 testAlignment(4, 7 * 3 + 3, GL_RGB, GL_UNSIGNED_BYTE); in TEST_P()
240 testAlignment(4, 7 * 2 + 2, GL_RGB, GL_UNSIGNED_SHORT_5_6_5); in TEST_P()
265 testAlignment(8, 7 * 3 + 3, GL_RGB, GL_UNSIGNED_BYTE); in TEST_P()
280 testAlignment(8, 7 * 2 + 2, GL_RGB, GL_UNSIGNED_SHORT_5_6_5); in TEST_P()
DSixteenBppTextureTest.cpp153 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 2, 2, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, nullptr); in TEST_P()
159 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 2, 2, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, pixels); in TEST_P()
282 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB565, 2, 2, 0, GL_RGB, GL_UNSIGNED_BYTE, fourColors.data()); in TEST_P()
446 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB565, w, h, 0, GL_RGB, GL_UNSIGNED_BYTE, nullptr); in TEST_P()
464 if (colorReadFormat == GL_RGB && colorReadType == GL_UNSIGNED_SHORT_5_6_5) in TEST_P()
467 glReadPixels(0, 0, w, h, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, readColors.data()); in TEST_P()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DTextureUploadFormatTest.cpp79 case GL_RGB: in bytesPerPixel()
229 case GL_RGB: in TEST_P()
318 fnTest({GL_RGB8, GL_RGB, GL_UNSIGNED_BYTE}, {1, 1, 1, 0}); in TEST_P()
319 fnTest({GL_RGB565, GL_RGB, GL_UNSIGNED_BYTE}, {8, 4, 8, 0}); in TEST_P()
326 fnTest({GL_RGB, GL_RGB, GL_UNSIGNED_BYTE}, {1, 1, 1, 0}); in TEST_P()
341 fnTest({GL_RGB8_SNORM, GL_RGB, GL_BYTE}, {2, 2, 2, 0}); in TEST_P()
353 fnTest({GL_RGB565, GL_RGB, GL_UNSIGNED_SHORT_5_6_5}, {8, 4, 8, 0}); in TEST_P()
354 fnTest({GL_RGB, GL_RGB, GL_UNSIGNED_SHORT_5_6_5}, {8, 4, 8, 0}); in TEST_P()
538 fnTest({GL_RGB16F, GL_RGB, GL_HALF_FLOAT}, {1, 1, 1, 0}); in TEST_P()
539 fnTest({GL_R11F_G11F_B10F, GL_RGB, GL_HALF_FLOAT}, {1, 1, 1, 0}); in TEST_P()
[all …]
DUnpackAlignmentTest.cpp65 case GL_RGB: in getPixelSize()
145 testAlignment(1, 7 * 3, GL_RGB, GL_UNSIGNED_BYTE); in TEST_P()
160 testAlignment(1, 7 * 2, GL_RGB, GL_UNSIGNED_SHORT_5_6_5); in TEST_P()
185 testAlignment(2, 7 * 3 + 1, GL_RGB, GL_UNSIGNED_BYTE); in TEST_P()
200 testAlignment(2, 7 * 2, GL_RGB, GL_UNSIGNED_SHORT_5_6_5); in TEST_P()
225 testAlignment(4, 7 * 3 + 3, GL_RGB, GL_UNSIGNED_BYTE); in TEST_P()
240 testAlignment(4, 7 * 2 + 2, GL_RGB, GL_UNSIGNED_SHORT_5_6_5); in TEST_P()
265 testAlignment(8, 7 * 3 + 3, GL_RGB, GL_UNSIGNED_BYTE); in TEST_P()
280 testAlignment(8, 7 * 2 + 2, GL_RGB, GL_UNSIGNED_SHORT_5_6_5); in TEST_P()
DMipmapTest.cpp146 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, getWindowWidth(), getWindowHeight(), 0, GL_RGB, in testSetUp()
156 TexImageCubeMapFaces(0, GL_RGB, getWindowWidth(), GL_RGB, GL_UNSIGNED_BYTE, nullptr); in testSetUp()
157 glTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Y, 0, GL_RGB, getWindowWidth(), getWindowWidth(), in testSetUp()
158 0, GL_RGB, GL_UNSIGNED_BYTE, mLevelZeroBlueInitData.data()); in testSetUp()
401 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, getWindowWidth(), getWindowHeight(), 0, GL_RGB, in TEST_P()
424 glTexImage2D(GL_TEXTURE_2D, n, GL_RGB, getWindowWidth() / (1U << n), in TEST_P()
425 getWindowWidth() / (1U << n), 0, GL_RGB, GL_UNSIGNED_BYTE, nullptr); in TEST_P()
431 glTexImage2D(GL_TEXTURE_2D, 1, GL_RGB, getWindowWidth() / 2, getWindowHeight() / 2, 0, GL_RGB, in TEST_P()
457 glTexImage2D(GL_TEXTURE_2D, 2, GL_RGB, getWindowWidth() / 4, getWindowHeight() / 4, 0, GL_RGB, in TEST_P()
485 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, getWindowWidth(), getWindowHeight(), 0, GL_RGB, in TEST_P()
[all …]
DSixteenBppTextureTest.cpp153 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 2, 2, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, nullptr); in TEST_P()
159 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 2, 2, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, pixels); in TEST_P()
282 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB565, 2, 2, 0, GL_RGB, GL_UNSIGNED_BYTE, fourColors.data()); in TEST_P()
446 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB565, w, h, 0, GL_RGB, GL_UNSIGNED_BYTE, nullptr); in TEST_P()
464 if (colorReadFormat == GL_RGB && colorReadType == GL_UNSIGNED_SHORT_5_6_5) in TEST_P()
467 glReadPixels(0, 0, w, h, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, readColors.data()); in TEST_P()
DCopyTextureTest.cpp133 case GL_RGB: in CopyTextureVariationsTestPrint()
156 case GL_RGB: in CopyTextureVariationsTestPrint()
249 case GL_RGB: in calculateCopyTextureResults()
290 case GL_RGB: in calculateCopyTextureResults()
361 case GL_RGB: in getSourceColors()
591 sourceFormats.push_back(GL_RGB); in TEST_P()
597 destFormats.push_back(GL_RGB); in TEST_P()
859 GL_ALPHA, GL_RGB, GL_RGBA, GL_LUMINANCE, GL_LUMINANCE_ALPHA, GL_BGRA_EXT};
860 constexpr GLenum kCopyTextureVariationsDstFormats[] = {GL_RGB, GL_RGBA, GL_BGRA_EXT};
1065 glTexImage2D(face, 0, GL_RGB, 2, 2, 0, GL_RGB, GL_UNSIGNED_BYTE, nullptr); in TEST_P()
[all …]
/third_party/mesa3d/src/mesa/main/
Dglformats.c164 case GL_RGB: in get_map_idx()
396 case GL_RGB: in _mesa_components_in_format()
449 if (format == GL_RGB || format == GL_BGR || in _mesa_bytes_per_pixel()
456 if (format == GL_RGB || format == GL_BGR || in _mesa_bytes_per_pixel()
479 format == GL_RGB) in _mesa_bytes_per_pixel()
487 format == GL_RGB) in _mesa_bytes_per_pixel()
504 if (format == GL_RGB) in _mesa_bytes_per_pixel()
509 if (format == GL_RGB) in _mesa_bytes_per_pixel()
583 case GL_RGB: in _mesa_is_enum_format_unsized()
671 case GL_RGB: in _mesa_is_enum_format_unorm()
[all …]
Dtexcompress_cpal.c51 { GL_PALETTE4_RGB8_OES, GL_RGB, GL_UNSIGNED_BYTE, 16, 3 },
53 { GL_PALETTE4_R5_G6_B5_OES, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, 16, 2 },
56 { GL_PALETTE8_RGB8_OES, GL_RGB, GL_UNSIGNED_BYTE, 256, 3 },
58 { GL_PALETTE8_R5_G6_B5_OES, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, 256, 2 },
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Des3_copy_conversion_table_autogen.cpp49 case GL_RGB: in ValidES3CopyConversion()
74 case GL_RGB: in ValidES3CopyConversion()
100 case GL_RGB: in ValidES3CopyConversion()
108 case GL_RGB: in ValidES3CopyConversion()
112 case GL_RGB: in ValidES3CopyConversion()
Dformat_map_autogen.cpp421 case GL_RGB: in GetSizedFormatInternal()
604 case GL_RGB: in ValidES3Format()
1209 case GL_RGB: in ValidES3FormatCombination()
1231 case GL_RGB: in ValidES3FormatCombination()
1258 case GL_RGB: in ValidES3FormatCombination()
1283 case GL_RGB: in ValidES3FormatCombination()
1306 case GL_RGB: in ValidES3FormatCombination()
1340 case GL_RGB: in ValidES3FormatCombination()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Des3_copy_conversion_table_autogen.cpp49 case GL_RGB: in ValidES3CopyConversion()
74 case GL_RGB: in ValidES3CopyConversion()
100 case GL_RGB: in ValidES3CopyConversion()
108 case GL_RGB: in ValidES3CopyConversion()
112 case GL_RGB: in ValidES3CopyConversion()
Dformat_map_autogen.cpp297 case GL_RGB: in GetSizedFormatInternal()
468 case GL_RGB: in ValidES3Format()
677 case GL_RGB: in ValidES3FormatCombination()
717 case GL_RGB: in ValidES3FormatCombination()
731 case GL_RGB: in ValidES3FormatCombination()
743 case GL_RGB: in ValidES3FormatCombination()
770 case GL_RGB: in ValidES3FormatCombination()
/third_party/flutter/skia/third_party/externals/angle2/samples/sample_util/
Dtexture_utils.cpp31 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, width, height, 0, GL_RGB, GL_UNSIGNED_BYTE, pixels); in CreateSimpleTexture2D()
65 glTexImage2D(static_cast<GLenum>(GL_TEXTURE_CUBE_MAP_POSITIVE_X + i), 0, GL_RGB, 1, 1, 0, in CreateSimpleTextureCubemap()
66 GL_RGB, GL_UNSIGNED_BYTE, &pixels[i]); in CreateSimpleTextureCubemap()
116 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, width, height, 0, GL_RGB, GL_UNSIGNED_BYTE, in CreateMipMappedTexture2D()
/third_party/skia/third_party/externals/angle2/samples/sample_util/
Dtexture_utils.cpp31 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, width, height, 0, GL_RGB, GL_UNSIGNED_BYTE, pixels); in CreateSimpleTexture2D()
65 glTexImage2D(static_cast<GLenum>(GL_TEXTURE_CUBE_MAP_POSITIVE_X + i), 0, GL_RGB, 1, 1, 0, in CreateSimpleTextureCubemap()
66 GL_RGB, GL_UNSIGNED_BYTE, &pixels[i]); in CreateSimpleTextureCubemap()
116 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, width, height, 0, GL_RGB, GL_UNSIGNED_BYTE, in CreateMipMappedTexture2D()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
DFramebufferObjectTest.cpp93 {GL_RGB, GL_RGB, GL_UNSIGNED_BYTE}, in TEST_P()
96 {GL_RGB, GL_RGB, GL_UNSIGNED_SHORT_5_6_5}}}; in TEST_P()

12345678910>>...12