/third_party/vk-gl-cts/modules/gles3/performance/ |
D | es3pTextureFormatTests.cpp | 82 { "rgb8ui", GL_RGB8UI, }, in init()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | format_map_autogen.cpp | 511 return GL_RGB8UI; in GetSizedFormatInternal() 1606 case GL_RGB8UI: in ValidES3FormatCombination()
|
/third_party/mesa3d/src/gallium/drivers/r600/ci/ |
D | r600-rv770-fails.txt | 906 spec@ext_texture_integer@texwrap formats bordercolor-swizzled@GL_RGB8UI- swizzled- border color onl… 942 spec@ext_texture_integer@texwrap formats bordercolor@GL_RGB8UI- border color only,Fail 1161 spec@nv_copy_image@nv_copy_image-formats --samples=2@Source: GL_RGB8/Destination: GL_RGB8UI,Fail 1164 spec@nv_copy_image@nv_copy_image-formats --samples=2@Source: GL_RGB8I/Destination: GL_RGB8UI,Fail 1166 spec@nv_copy_image@nv_copy_image-formats --samples=2@Source: GL_RGB8UI/Destination: GL_RGB8,Fail 1167 spec@nv_copy_image@nv_copy_image-formats --samples=2@Source: GL_RGB8UI/Destination: GL_RGB8I,Fail 1168 spec@nv_copy_image@nv_copy_image-formats --samples=2@Source: GL_RGB8UI/Destination: GL_RGB8UI,Fail 1169 spec@nv_copy_image@nv_copy_image-formats --samples=2@Source: GL_RGB8UI/Destination: GL_RGB8_SNORM,F… 1171 spec@nv_copy_image@nv_copy_image-formats --samples=2@Source: GL_RGB8_SNORM/Destination: GL_RGB8UI,F… 1358 spec@nv_copy_image@nv_copy_image-formats --samples=4@Source: GL_RGB8/Destination: GL_RGB8UI,Fail [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | Framebuffer.cpp | 544 case GL_RGB8UI: return GL_RGB_INTEGER; in getImplementationColorReadFormat() 605 case GL_RGB8UI: return GL_UNSIGNED_BYTE; in getImplementationColorReadType()
|
D | utilities.cpp | 379 case GL_RGB8UI: in IsSizedInternalFormat() 1023 case GL_UNSIGNED_BYTE: VALIDATE_INTERNALFORMAT(GL_RGB8UI) in ValidateTextureFormatType() 1833 case GL_RGB8UI: in GetColorComponentType()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ci/ |
D | crocus-hsw-fails.txt | 336 spec@arb_copy_image@arb_copy_image-formats --samples=2@Source: GL_RGB8I/Destination: GL_RGB8UI,Fail 338 spec@arb_copy_image@arb_copy_image-formats --samples=2@Source: GL_RGB8UI/Destination: GL_RGB8I,Fail 452 spec@arb_copy_image@arb_copy_image-formats --samples=4@Source: GL_RGB8I/Destination: GL_RGB8UI,Fail 454 spec@arb_copy_image@arb_copy_image-formats --samples=4@Source: GL_RGB8UI/Destination: GL_RGB8I,Fail 568 spec@arb_copy_image@arb_copy_image-formats --samples=8@Source: GL_RGB8I/Destination: GL_RGB8UI,Fail 570 spec@arb_copy_image@arb_copy_image-formats --samples=8@Source: GL_RGB8UI/Destination: GL_RGB8I,Fail 696 spec@nv_copy_image@nv_copy_image-formats --samples=2@Source: GL_RGB8I/Destination: GL_RGB8UI,Fail 698 spec@nv_copy_image@nv_copy_image-formats --samples=2@Source: GL_RGB8UI/Destination: GL_RGB8I,Fail 812 spec@nv_copy_image@nv_copy_image-formats --samples=4@Source: GL_RGB8I/Destination: GL_RGB8UI,Fail 814 spec@nv_copy_image@nv_copy_image-formats --samples=4@Source: GL_RGB8UI/Destination: GL_RGB8I,Fail [all …]
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | CopyTexture3DTest.cpp | 144 case GL_RGB8UI: in testCopy() 999 testCopy(testTarget, kColor, GL_RGB8UI, GL_UNSIGNED_BYTE, false, false, false, in testUintFormats() 1001 testCopy(testTarget, kColor, GL_RGB8UI, GL_UNSIGNED_BYTE, false, true, false, in testUintFormats() 1003 testCopy(testTarget, kColor, GL_RGB8UI, GL_UNSIGNED_BYTE, false, false, true, in testUintFormats()
|
D | SwizzleTest.cpp | 455 init2DTexture(GL_RGB8UI, GL_RGB_INTEGER, GL_UNSIGNED_BYTE, data); in TEST_P()
|
D | TextureUploadFormatTest.cpp | 517 fnTest({GL_RGB8UI, GL_RGB_INTEGER, GL_UNSIGNED_BYTE}, {1, 1, 1, 1}); in TEST_P()
|
D | CopyTextureTest.cpp | 2139 testCopyCombination(GL_RGBA, GL_RGBA, GL_UNSIGNED_BYTE, GLColor(128, 64, 32, 128), GL_RGB8UI, in TEST_P() 2141 testCopyCombination(GL_RGBA, GL_RGBA, GL_UNSIGNED_BYTE, GLColor(128, 64, 32, 128), GL_RGB8UI, in TEST_P() 2143 testCopyCombination(GL_RGBA, GL_RGBA, GL_UNSIGNED_BYTE, GLColor(128, 64, 32, 128), GL_RGB8UI, in TEST_P()
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluTextureUtil.cpp | 184 case FMT_CASE(RGB, UNSIGNED_INT8): return GL_RGB8UI; in getInternalFormat() 513 case GL_RGB8UI: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT8); in mapGLInternalFormat() 603 case GL_RGB8UI: in isGLInternalColorFormatFilterable()
|
D | gluStrUtil.inl | 853 case GL_RGB8UI: return "GL_RGB8UI"; 1703 case GL_RGB8UI: return "GL_RGB8UI";
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
D | Image.cpp | 104 case GL_RGB8UI: return GL_RGB; in GetBaseInternalFormat() 194 case GL_UNSIGNED_BYTE: return GL_RGB8UI; in GetSizedInternalFormat() 335 case GL_RGB8UI: return sw::FORMAT_X8B8G8R8UI; in SelectInternalFormat() 1470 ASSERT_OR_RETURN(internalformat == GL_RGB8UI && getExternalFormat() == sw::FORMAT_X8B8G8R8UI); in loadImageData()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fFboCompletenessTests.cpp | 101 GL_RGB8UI, GL_RGB16UI,GL_RGB32UI,
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cTextureViewTests.cpp | 60 GL_SRGB8, VIEW_CLASS_24_BITS, GL_RGB8UI, VIEW_CLASS_24_BITS, GL_RGB8I, VIEW_CLASS_24_BITS, GL_R16F, 133 GL_RGB8UI, /* >= GL 4.0 */ 239 case GL_RGB8UI: in getAmountOfComponentsForInternalformat() 492 case GL_RGB8UI: in getComponentSizeForInternalformat() 808 case GL_RGB8UI: in getFormatOfInternalformat() 961 case GL_RGB8UI: in getGLFormatOfInternalformat() 1460 case GL_RGB8UI: in getInternalformatString() 1746 case GL_RGB8UI: in getSamplerTypeForInternalformat() 1978 case GL_RGB8UI: in getTypeCompatibleWithInternalformat() 2494 case GL_RGB8UI: in isInternalformatSupported()
|
D | gl4cCopyImageTests.cpp | 161 GL_RGB8, GL_RGB8I, GL_RGB8UI, GL_RGB8_SNORM, 317 case GL_RGB8UI: in filterFormats() 567 case GL_RGB8UI: in getEpsilon() 671 case GL_RGB8UI: in getFormat() 768 case GL_RGB8UI: in getNumberOfChannels() 821 case GL_RGB8UI: in getType() 1004 case GL_RGB8UI: in getPixelSizeForFormat() 2331 case GL_RGB8UI: in packPixel()
|
D | gl3cTextureSizePromotion.cpp | 1357 …{ glu::ContextType(3, 0, glu::PROFILE_CORE), GL_RGB8UI, STR(GL_RGB8UI), false, true, 8, 8, 8, 0, 0…
|
/third_party/mesa3d/src/gallium/drivers/zink/ci/ |
D | zink-lvp-fails.txt | 367 spec@arb_texture_view@rendering-formats@clear GL_RGB8 as GL_RGB8UI,Fail 372 spec@arb_texture_view@rendering-formats@clear GL_RGB8UI as GL_RGB8,Fail 373 spec@arb_texture_view@rendering-formats@clear GL_RGB8UI as GL_RGB8I,Fail 374 spec@arb_texture_view@rendering-formats@clear GL_RGB8UI as GL_RGB8_SNORM,Fail 377 spec@arb_texture_view@rendering-formats@clear GL_RGB8_SNORM as GL_RGB8UI,Fail 771 spec@oes_texture_view@rendering-formats@clear GL_RGB8UI as GL_RGB8,Fail
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cFramebufferNoAttachmentsTests.cpp | 221 GL_RGB8UI, in iterate()
|
/third_party/mesa3d/src/mesa/main/ |
D | textureview.c | 165 {GL_VIEW_CLASS_24_BITS, GL_RGB8UI},
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcTextureRepeatModeTests.cpp | 314 …{ GL_RGB8UI, GL_RGB, GL_RGB_INTEGER, GL_UNSIGNED_BYTE, SAMPLER_UINT, { { 8, 8, 8, 0, 0, 0, 0, … 403 …{ GL_RGB8UI, GL_RGB, GL_RGB_INTEGER, GL_UNSIGNED_BYTE, SAMPLER_UINT, { { 8, 8, 8, 0, 0, 0…
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fTextureFormatTests.cpp | 501 { "rgb8ui", GL_RGB8UI, }, in init()
|
D | es31fFboTestUtil.cpp | 517 case GL_RGB8UI: return "rgb8ui"; in getFormatName()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | Format_table_autogen.cpp | 230 …{ FormatID::R8G8B8_UINT, GL_RGB8UI, GL_RGB8UI, GenerateMip<R8G8B8>, NoCopyFunctions, ReadColor<R8G… 637 case GL_RGB8UI: in InternalFormatToID()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | functionsgl_enums.h | 637 #define GL_RGB8UI 0x8D7D macro
|