Home
last modified time | relevance | path

Searched refs:GL_RGB8UI (Results 1 – 25 of 79) sorted by relevance

1234

/third_party/vk-gl-cts/modules/gles3/performance/
Des3pTextureFormatTests.cpp82 { "rgb8ui", GL_RGB8UI, }, in init()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dformat_map_autogen.cpp511 return GL_RGB8UI; in GetSizedFormatInternal()
1606 case GL_RGB8UI: in ValidES3FormatCombination()
/third_party/mesa3d/src/gallium/drivers/r600/ci/
Dr600-rv770-fails.txt906 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/
DFramebuffer.cpp544 case GL_RGB8UI: return GL_RGB_INTEGER; in getImplementationColorReadFormat()
605 case GL_RGB8UI: return GL_UNSIGNED_BYTE; in getImplementationColorReadType()
Dutilities.cpp379 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/
Dcrocus-hsw-fails.txt336 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/
DCopyTexture3DTest.cpp144 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()
DSwizzleTest.cpp455 init2DTexture(GL_RGB8UI, GL_RGB_INTEGER, GL_UNSIGNED_BYTE, data); in TEST_P()
DTextureUploadFormatTest.cpp517 fnTest({GL_RGB8UI, GL_RGB_INTEGER, GL_UNSIGNED_BYTE}, {1, 1, 1, 1}); in TEST_P()
DCopyTextureTest.cpp2139 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/
DgluTextureUtil.cpp184 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()
DgluStrUtil.inl853 case GL_RGB8UI: return "GL_RGB8UI";
1703 case GL_RGB8UI: return "GL_RGB8UI";
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
DImage.cpp104 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/
Des3fFboCompletenessTests.cpp101 GL_RGB8UI, GL_RGB16UI,GL_RGB32UI,
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cTextureViewTests.cpp60 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()
Dgl4cCopyImageTests.cpp161 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()
Dgl3cTextureSizePromotion.cpp1357 …{ 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/
Dzink-lvp-fails.txt367 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/
Des31cFramebufferNoAttachmentsTests.cpp221 GL_RGB8UI, in iterate()
/third_party/mesa3d/src/mesa/main/
Dtextureview.c165 {GL_VIEW_CLASS_24_BITS, GL_RGB8UI},
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcTextureRepeatModeTests.cpp314 …{ 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/
Des31fTextureFormatTests.cpp501 { "rgb8ui", GL_RGB8UI, }, in init()
Des31fFboTestUtil.cpp517 case GL_RGB8UI: return "rgb8ui"; in getFormatName()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DFormat_table_autogen.cpp230 …{ 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/
Dfunctionsgl_enums.h637 #define GL_RGB8UI 0x8D7D macro

1234