Home
last modified time | relevance | path

Searched refs:GL_RG16 (Results 1 - 25 of 37) sorted by relevance

12

/third_party/mesa3d/src/mesa/main/
H A Dglformats.c669 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 Dshaderimage.c133 case GL_RG16: in _mesa_get_shader_image_format()
418 case GL_RG16: in _mesa_is_shader_image_format_supported()
H A Dtextureview.c157 {GL_VIEW_CLASS_32_BITS, GL_RG16},
H A Dreadpix.c945 case GL_RG16: in read_pixels_es3_error_check()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboTestCase.cpp257 case GL_RG16: in getEnablingExtensions()
H A Des31fFboColorbufferTests.cpp412 GL_RG16, in init()
H A Des31fFboTestUtil.cpp545 case GL_RG16: return "rg16"; in getFormatName()
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_util.c1152 .internal_format = GL_RG16,
1157 .internal_format = GL_RG16,
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.cpp155 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 Dgl4cTextureViewTests.cpp58 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 Dgl4cSparseTexture2Tests.cpp362 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 Dgl4cSparseTextureTests.cpp819 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 Dgl4cDirectStateAccessBuffersTests.cpp1000 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 Dgl4cShaderImageLoadStoreTests.cpp581 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 Dgl3cTextureSizePromotion.cpp1265 { glu::ContextType(3, 0, glu::PROFILE_CORE), GL_RG16, STR(GL_RG16), false, true, 16, 16, 0, 0, 0, 0,
H A Dgl3cTextureSwizzleTests.cpp309 GL_RG16,
H A Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp8373 { 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 DgluTextureUtil.cpp192 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 Dst_format.c541 { GL_RG16, 0 },
H A Dst_manager.c422 rb->InternalFormat = GL_RG16; in st_new_renderbuffer_fb()
H A Dst_cb_texture.c369 dst_glformat = GL_RG16; in st_pbo_get_dst_format()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcPackedPixelsTests.cpp165 { 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 DglcTextureRepeatModeTests.cpp259 { 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 Dfunctionsgl_enums.h620 #define GL_RG16 0x822C macro
H A Dformatutilsgl.cpp230 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()

Completed in 83 milliseconds

12