/third_party/mesa3d/src/mesa/main/ |
H A D | glformats.c | 669 case GL_RG16: in _mesa_is_enum_format_unorm() 1018 case GL_RG16: in _mesa_is_color_format() 2631 case GL_RG16: in _mesa_base_tex_format() 2887 case GL_RG16: in _mesa_gles_check_internalformat() 3365 if (internalFormat != GL_RG16) in _mesa_gles_error_check_format_and_type() 4072 case GL_RG16: in _mesa_is_es3_color_renderable() 4121 case GL_RG16: in _mesa_is_es3_texture_filterable()
|
H A D | shaderimage.c | 133 case GL_RG16: in _mesa_get_shader_image_format() 418 case GL_RG16: in _mesa_is_shader_image_format_supported()
|
H A D | textureview.c | 157 {GL_VIEW_CLASS_32_BITS, GL_RG16},
|
H A D | readpix.c | 945 case GL_RG16: in read_pixels_es3_error_check()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fFboTestCase.cpp | 257 case GL_RG16: in getEnablingExtensions()
|
H A D | es31fFboColorbufferTests.cpp | 412 GL_RG16, in init()
|
H A D | es31fFboTestUtil.cpp | 545 case GL_RG16: return "rg16"; in getFormatName()
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | dri_util.c | 1152 .internal_format = GL_RG16, 1157 .internal_format = GL_RG16,
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cCopyImageTests.cpp | 155 GL_RG16, GL_RG16F, GL_RG16I, GL_RG16UI, GL_RG16_SNORM, 303 case GL_RG16: in filterFormats() 546 case GL_RG16: in getEpsilon() 638 case GL_RG16: in getFormat() 741 case GL_RG16: in getNumberOfChannels() 871 case GL_RG16: in getType() 1019 case GL_RG16: in getPixelSizeForFormat() 2304 case GL_RG16: in packPixel()
|
H A D | gl4cTextureViewTests.cpp | 58 GL_RG16, VIEW_CLASS_32_BITS, GL_RGBA8_SNORM, VIEW_CLASS_32_BITS, GL_RG16_SNORM, VIEW_CLASS_32_BITS, GL_SRGB8_ALPHA8, 103 GL_RG16, /* >= GL 4.0 */ 250 case GL_RG16: in getAmountOfComponentsForInternalformat() 512 case GL_RG16: in getComponentSizeForInternalformat() 774 case GL_RG16: in getFormatOfInternalformat() 978 case GL_RG16: in getGLFormatOfInternalformat() 1370 case GL_RG16: in getInternalformatString() 1371 result = "GL_RG16"; in getInternalformatString() 1719 case GL_RG16: in getSamplerTypeForInternalformat() 2000 case GL_RG16 in getTypeCompatibleWithInternalformat() [all...] |
H A D | gl4cSparseTexture2Tests.cpp | 362 mStandardVirtualPageSizesTable[GL_RG16] = PageSizeStruct(128, 128, 1); in init() 486 mSupportedInternalFormats.push_back(GL_RG16); in init() 640 else if (format == GL_RG16) in createShaderTokens()
|
H A D | gl4cSparseTextureTests.cpp | 819 mSupportedInternalFormats.push_back(GL_RG16); in init() 1035 mSupportedInternalFormats.push_back(GL_RG16); in init() 1650 mSupportedInternalFormats.push_back(GL_RG16); in init()
|
H A D | gl4cDirectStateAccessBuffersTests.cpp | 1000 is_ok &= TestClearNamedBufferData<glw::GLushort, false>(GL_RG16, 2, GL_RG, GL_UNSIGNED_SHORT, reference); in iterate() 1006 is_ok &= TestClearNamedBufferData<glw::GLushort, true>(GL_RG16, 2, GL_RG, GL_UNSIGNED_SHORT, reference); in iterate() 2665 GL_R8UI, GL_R16UI, GL_R32UI, GL_RG8, GL_RG16, GL_RG16F, GL_RG32F, in TestErrorsOfClearNamedBufferData() 2686 " GL_R16UI, GL_R32UI, GL_RG8, GL_RG16, GL_RG16F, GL_RG32F, GL_RG8I, GL_RG16I," in TestErrorsOfClearNamedBufferData() 2899 GL_R8UI, GL_R16UI, GL_R32UI, GL_RG8, GL_RG16, GL_RG16F, GL_RG32F, in TestErrorsOfClearNamedBufferSubData() 2920 " GL_R16UI, GL_R32UI, GL_RG8, GL_RG16, GL_RG16F, GL_RG32F, GL_RG8I, GL_RG16I," in TestErrorsOfClearNamedBufferSubData()
|
H A D | gl4cShaderImageLoadStoreTests.cpp | 581 case GL_RG16: in FormatEnumToString() 1161 glBindImageTexture(4, m_texture, 3, GL_FALSE, 2, GL_READ_ONLY, GL_RG16); in Run() 1162 if (!CheckBinding(4, m_texture, 3, GL_FALSE, 2, GL_READ_ONLY, GL_RG16)) in Run() 1377 if (!Write(GL_RG16, vec4(1.0f), vec4(1.0f, 1.0f, 0.0f, 1.0f))) in Run() 1566 if (!Read(GL_RG16, vec4(1.0f), vec4(1.0f, 1.0f, 0.0f, 1.0f))) in Run() 1750 if (!Write(GL_RG16, vec4(1.0f), vec4(1.0f, 1.0f, 0.0f, 1.0f))) in Run() 1977 if (!Read(GL_RG16, vec4(1.0f), vec4(1.0f, 1.0f, 0.0f, 1.0f))) in Run() 2232 if (!Read(GL_RG16, vec4(1.0f), vec4(1.0f, 1.0f, 0.0f, 1.0f))) in Run() 4338 if (!Write(GL_RG16, vec4(1.0f), vec4(1.0f, 1.0f, 0.0f, 1.0f))) in RunStage() 8966 { "rg16", "image2D", "vec4", GL_RG16, ImageLoadStoreMultipleUniformsTes [all...] |
H A D | gl3cTextureSizePromotion.cpp | 1265 { glu::ContextType(3, 0, glu::PROFILE_CORE), GL_RG16, STR(GL_RG16), false, true, 16, 16, 0, 0, 0, 0,
|
H A D | gl3cTextureSwizzleTests.cpp | 309 GL_RG16,
|
H A D | gl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp | 8373 { GL_RG16, "GL_RG16", true, true, false, false, false, false, false }, 8911 { GL_RG16, "GL_RG16", true, true, false, false, false, false, false },
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluTextureUtil.cpp | 192 case FMT_CASE(RG, UNORM_INT16): return GL_RG16; in getInternalFormat() 521 case GL_RG16: return TextureFormat(TextureFormat::RG, TextureFormat::UNORM_INT16);
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_format.c | 541 { GL_RG16, 0 },
|
H A D | st_manager.c | 422 rb->InternalFormat = GL_RG16; in st_new_renderbuffer_fb()
|
H A D | st_cb_texture.c | 369 dst_glformat = GL_RG16; in st_pbo_get_dst_format()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcPackedPixelsTests.cpp | 165 { GL_RG16, GL_RG, GL_RG, GL_UNSIGNED_SHORT, SAMPLER_UNORM, { {16,16, 0, 0, 0, 0, 0, 0, 0 } }, FLAG_REQ_RBO_GL42 }, 1593 ((internalformat.sizedFormat == GL_R16) || (internalformat.sizedFormat == GL_RG16) || 1980 GL_RG16, GL_RG16F, GL_RG16I, GL_RG16UI,
|
H A D | glcTextureRepeatModeTests.cpp | 259 { GL_RG16, GL_RG, GL_RG, GL_UNSIGNED_SHORT, SAMPLER_UNORM, { {16,16, 0, 0, 0, 0, 0, 0, NO_FLAG } }, FLAG_REQ_RBO_GL42 },
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 620 #define GL_RG16 0x822C macro
|
H A D | formatutilsgl.cpp | 230 InsertFormatMapping(&map, GL_RG16, VersionOrExts(3, 0, "GL_ARB_texture_rg"), AlwaysSupported(), VersionOrExts(3, 0, "GL_ARB_texture_rg"), ExtsOnly("GL_EXT_texture_norm16"), AlwaysSupported(), ExtsOnly("GL_EXT_texture_norm16"), ExtsOnly("GL_EXT_texture_norm16") ); in BuildInternalFormatInfoMap()
|