/external/deqp/modules/gles3/performance/ |
D | es3pTextureFormatTests.cpp | 80 { "rgb8_snorm", GL_RGB8_SNORM, }, in init()
|
/external/angle/src/libANGLE/ |
D | format_map_autogen.cpp | 423 return GL_RGB8_SNORM; in GetSizedFormatInternal() 930 case GL_RGB8_SNORM: in ValidES3FormatCombination()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | utilities.cpp | 448 case GL_RGB8_SNORM: in IsSizedInternalFormat() 1039 case GL_BYTE: VALIDATE_INTERNALFORMAT(GL_RGB8_SNORM) in ValidateTextureFormatType() 1407 case GL_RGB8_SNORM: in IsColorRenderable() 1493 case GL_RGB8_SNORM: in IsDepthRenderable() 1563 case GL_RGB8_SNORM: in IsStencilRenderable() 1853 case GL_RGB8_SNORM: in GetColorComponentType()
|
/external/angle/src/tests/gl_tests/ |
D | CopyTexture3DTest.cpp | 119 case GL_RGB8_SNORM: in testCopy() 558 testCopy(GL_TEXTURE_3D, GLColor(250, 200, 150, 190), GL_RGB8_SNORM, GL_BYTE, false, false, in TEST_P() 560 testCopy(GL_TEXTURE_3D, GLColor(250, 200, 150, 190), GL_RGB8_SNORM, GL_BYTE, false, true, false, in TEST_P() 562 testCopy(GL_TEXTURE_3D, GLColor(200, 150, 100, 230), GL_RGB8_SNORM, GL_BYTE, false, false, true, in TEST_P() 1286 testCopy(GL_TEXTURE_2D_ARRAY, GLColor(250, 200, 150, 190), GL_RGB8_SNORM, GL_BYTE, false, false, in TEST_P() 1288 testCopy(GL_TEXTURE_2D_ARRAY, GLColor(250, 200, 150, 190), GL_RGB8_SNORM, GL_BYTE, false, true, in TEST_P() 1290 testCopy(GL_TEXTURE_2D_ARRAY, GLColor(200, 150, 100, 230), GL_RGB8_SNORM, GL_BYTE, false, false, in TEST_P()
|
D | TextureUploadFormatTest.cpp | 341 fnTest({GL_RGB8_SNORM, GL_RGB, GL_BYTE}, {2, 2, 2, 0}); in TEST_P()
|
/external/mesa3d/src/mesa/main/ |
D | glformats.c | 715 case GL_RGB8_SNORM: in _mesa_is_enum_format_snorm() 1217 case GL_RGB8_SNORM: in _mesa_is_color_format() 1724 return GL_RGB8_SNORM; in _mesa_get_nongeneric_internalformat() 2454 case GL_RGB8_SNORM: in _mesa_base_tex_format() 3017 if (ctx->Version <= 20 || internalFormat != GL_RGB8_SNORM) in _mesa_gles_error_check_format_and_type() 3921 case GL_RGB8_SNORM: in _mesa_is_es3_texture_filterable()
|
D | texformat.c | 385 case GL_RGB8_SNORM: in _mesa_choose_tex_format()
|
D | textureview.c | 160 {GL_VIEW_CLASS_24_BITS, GL_RGB8_SNORM},
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 182 case FMT_CASE(RGB, SNORM_INT8): return GL_RGB8_SNORM; in getInternalFormat() 509 case GL_RGB8_SNORM: return TextureFormat(TextureFormat::RGB, TextureFormat::SNORM_INT8); in mapGLInternalFormat() 564 case GL_RGB8_SNORM: in isGLInternalColorFormatFilterable()
|
D | gluStrUtil.inl | 851 case GL_RGB8_SNORM: return "GL_RGB8_SNORM"; 1701 case GL_RGB8_SNORM: return "GL_RGB8_SNORM";
|
/external/swiftshader/src/OpenGL/common/ |
D | Image.cpp | 71 case GL_RGB8_SNORM: return GL_RGB; in GetBaseInternalFormat() 182 case GL_BYTE: return GL_RGB8_SNORM; in GetSizedInternalFormat() 420 case GL_RGB8_SNORM: return sw::FORMAT_X8B8G8R8_SNORM; in SelectInternalFormat() 1491 …ASSERT_OR_RETURN(internalformat == GL_RGB8_SNORM && getExternalFormat() == sw::FORMAT_X8B8G8R8_SNO… in loadImageData()
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/ |
D | PVRTTextureAPI.cpp | 397 glInternalFormat=GL_RGB8_SNORM; in PVRTGetOGLES3TextureFormat() 403 glInternalFormat=GL_RGB8_SNORM; in PVRTGetOGLES3TextureFormat()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboCompletenessTests.cpp | 98 GL_R8_SNORM, GL_RG8_SNORM, GL_RGB8_SNORM, GL_RGBA8_SNORM,
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cTextureViewTests.cpp | 59 …VIEW_CLASS_32_BITS, GL_RGB9_E5, VIEW_CLASS_32_BITS, GL_RGB8, VIEW_CLASS_24_BITS, GL_RGB8_SNORM, VI… 130 GL_RGB8_SNORM, /* >= GL 4.0 */ 237 case GL_RGB8_SNORM: in getAmountOfComponentsForInternalformat() 489 case GL_RGB8_SNORM: in getComponentSizeForInternalformat() 791 case GL_RGB8_SNORM: in getFormatOfInternalformat() 947 case GL_RGB8_SNORM: in getGLFormatOfInternalformat() 1451 case GL_RGB8_SNORM: in getInternalformatString() 1717 case GL_RGB8_SNORM: in getSamplerTypeForInternalformat() 1907 case GL_RGB8_SNORM: in getTypeCompatibleWithInternalformat() 2493 case GL_RGB8_SNORM: in isInternalformatSupported()
|
D | gl4cCopyImageTests.cpp | 161 GL_RGB8, GL_RGB8I, GL_RGB8UI, GL_RGB8_SNORM, 318 case GL_RGB8_SNORM: in filterFormats() 560 case GL_RGB8_SNORM: in getEpsilon() 660 case GL_RGB8_SNORM: in getFormat() 760 case GL_RGB8_SNORM: in getNumberOfChannels() 834 case GL_RGB8_SNORM: in getType() 1009 case GL_RGB8_SNORM: in getPixelSizeForFormat() 2333 case GL_RGB8_SNORM: in packPixel()
|
D | gl3cTextureSizePromotion.cpp | 1267 …{ glu::ContextType(3, 1, glu::PROFILE_CORE), GL_RGB8_SNORM, STR(GL_RGB8_SNORM), false, true, 8, 8,…
|
/external/deqp/external/openglcts/modules/common/ |
D | glcTextureRepeatModeTests.cpp | 266 …{ GL_RGB8_SNORM, GL_RGB, GL_RGB, GL_BYTE, SAMPLER_NORM, { { 8, 8, 8, 0, 0, 0, 0, 0, NO… 363 …{ GL_RGB8_SNORM, GL_RGB, GL_RGB, GL_BYTE, SAMPLER_NORM, { { 8, 8, 8, 0, 0, 0, 0, 0, NO_…
|
D | glcTextureFilterAnisotropicTests.cpp | 438 m_supportedInternalFormats.push_back(GL_RGB8_SNORM); in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureFormatTests.cpp | 491 { "rgb8_snorm", GL_RGB8_SNORM, }, in init()
|
D | es31fFboTestUtil.cpp | 515 case GL_RGB8_SNORM: return "rgb8_snorm"; in getFormatName()
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cTextureStorageMultisampleTexStorage3DMultisampleTests.cpp | 87 const glw::GLint unsupported_internalformats[] = { GL_RGB8_SNORM, GL_RGB32F, GL_RGB32I };
|
/external/angle/src/libANGLE/renderer/ |
D | Format_table_autogen.cpp | 223 …{ FormatID::R8G8B8_SNORM, GL_RGB8_SNORM, GL_RGB8_SNORM, GenerateMip<R8G8B8S>, NoCopyFunctions, Rea… 628 case GL_RGB8_SNORM: in InternalFormatToID()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_format.c | 984 { GL_RGB_SNORM, GL_RGB8_SNORM, 0 },
|
/external/angle/src/libANGLE/renderer/gl/ |
D | functionsgl_enums.h | 721 #define GL_RGB8_SNORM 0x8F96 macro
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | texture_format_table_autogen.cpp | 2303 case GL_RGB8_SNORM: in Get() 2305 static constexpr Format info(GL_RGB8_SNORM, in Get()
|