Home
last modified time | relevance | path

Searched refs:GL_RG16I (Results 1 - 25 of 95) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.cpp375 case GL_RG16I: in IsSizedInternalFormat()
1049 case GL_SHORT: VALIDATE_INTERNALFORMAT(GL_RG16I) in ValidateTextureFormatType()
1362 case GL_RG16I: in IsColorRenderable()
1432 case GL_RG16I: in IsDepthRenderable()
1498 case GL_RG16I: in IsStencilRenderable()
1603 case GL_RG16I: return 0; in GetAlphaSize()
1652 case GL_RG16I: return 16; in GetRedSize()
1701 case GL_RG16I: return 16; in GetGreenSize()
1750 case GL_RG16I: return 0; in GetBlueSize()
1845 case GL_RG16I in GetColorComponentType()
[all...]
H A DFramebuffer.cpp547 case GL_RG16I: return GL_RG_INTEGER; in getImplementationColorReadFormat()
608 case GL_RG16I: return GL_INT; in getImplementationColorReadType()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/
H A DesextcDrawBuffersIndexedColorMasks.cpp101 GL_RG16I, GL_RG16UI, GL_RG32I, GL_RG32UI, GL_RGBA8I, in iterate()
339 case GL_RG16I: in NumComponents()
381 case GL_RG16I: in ReadableType()
H A DesextcDrawBuffersIndexedBlending.cpp347 case GL_RG16I: in NumComponents()
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pTextureFormatTests.cpp89 { "rg16i", GL_RG16I, }, in init()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboTestCase.cpp172 case GL_RG16I: in isRequiredFormat()
295 case GL_RG16I: in getMinimumSampleCount()
H A Des3fRboStateQueryTests.cpp188 GL_RG8I, GL_RG8UI, GL_RG16I, GL_RG16UI, GL_RG32I, GL_RG32UI, GL_RGBA8I, GL_RGBA8UI, in test()
246 { GL_RG16I, 16, 16, 0, 0 }, in test()
H A Des3fInternalFormatQueryTests.cpp198 { "rg16i", GL_RG16I, true }, in init()
H A Des3fFboCompletenessTests.cpp53 GL_RG8I, GL_RG8UI, GL_RG16I, GL_RG16UI, GL_RG32I, GL_RG32UI,
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboTestCase.cpp178 case GL_RG16I: in isRequiredFormat()
315 case GL_RG16I: in getMinimumSampleCount()
H A Des31fTextureFormatTests.cpp508 { "rg16i", GL_RG16I, }, in init()
580 { "rg16i", GL_RG16I, }, in init()
H A Des31fFboColorbufferTests.cpp381 GL_RG16I, in init()
H A Des31fInternalFormatQueryTests.cpp402 { "rg16i", GL_RG16I, FormatSamplesCase::FORMAT_INT }, in init()
/third_party/mesa3d/src/mesa/main/
H A Dshaderimage.c109 case GL_RG16I: in _mesa_get_shader_image_format()
398 case GL_RG16I: in _mesa_is_shader_image_format_supported()
H A Dglformats.c808 case GL_RG16I: in _mesa_is_enum_format_signed_int()
1197 case GL_RG16I: in _mesa_is_color_format()
2622 case GL_RG16I: in _mesa_base_tex_format()
2943 case GL_RG16I: in _mesa_gles_check_internalformat()
3429 if (internalFormat != GL_RG16I) in _mesa_gles_error_check_format_and_type()
4060 case GL_RG16I: in _mesa_is_es3_color_renderable()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dformat_map_autogen.cpp529 return GL_RG16I; in GetSizedFormatInternal()
1669 case GL_RG16I: in ValidES3FormatCombination()
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureUtil.cpp195 case FMT_CASE(RG, SIGNED_INT16): return GL_RG16I; in getInternalFormat()
524 case GL_RG16I: return TextureFormat(TextureFormat::RG, TextureFormat::SIGNED_INT16);
598 case GL_RG16I:
1133 case GL_RG16I:
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DBlendIntegerTest.cpp226 runTest<GL_RG16I, 2, true>(); in TEST_P()
H A DCopyTexture3DTest.cpp128 case GL_RG16I: in testCopy()
885 testCopy(testTarget, kColor, GL_RG16I, GL_SHORT, false, false, false, GLColor(127, 70, 0, 1)); in testIntFormats()
886 testCopy(testTarget, kColor, GL_RG16I, GL_SHORT, false, true, false, GLColor(115, 63, 0, 1)); in testIntFormats()
887 testCopy(testTarget, kColor, GL_RG16I, GL_SHORT, false, false, true, GLColor(127, 77, 0, 1)); in testIntFormats()
H A DTextureUploadFormatTest.cpp493 fnTest({GL_RG16I, GL_RG_INTEGER, GL_SHORT}, {1, 1, 1, 1}); in TEST_P()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DGLFormat.cpp66 AddFormat(wgpu::TextureFormat::RG16Sint, GL_RG16I, GL_RG_INTEGER, GL_SHORT, Type::Int); in BuildGLFormatTable()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DImage.cpp99 case GL_RG16I: return GL_RG; in GetBaseInternalFormat()
218 case GL_SHORT: return GL_RG16I; in GetSizedInternalFormat()
338 case GL_RG16I: return sw::FORMAT_G16R16I; in SelectInternalFormat()
1521 ASSERT_OR_RETURN(internalformat == GL_RG16I && getExternalFormat() == sw::FORMAT_G16R16I); in loadImageData()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferParameters.cpp77 m_internal_formats[GL_RG16I] = sizeof(glw::GLshort) * 2 /* components */; in initTest()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.cpp155 GL_RG16, GL_RG16F, GL_RG16I, GL_RG16UI, GL_RG16_SNORM,
305 case GL_RG16I: in filterFormats()
552 case GL_RG16I: in getEpsilon()
647 case GL_RG16I: in getFormat()
747 case GL_RG16I: in getNumberOfChannels()
885 case GL_RG16I: in getType()
1021 case GL_RG16I: in getPixelSizeForFormat()
2310 case GL_RG16I: in packPixel()
H A Dgl4cSparseTexture2Tests.cpp374 mStandardVirtualPageSizesTable[GL_RG16I] = PageSizeStruct(128, 128, 1); in init()
513 mSupportedInternalFormats.push_back(GL_RG16I); in init()
787 else if (format == GL_RG16I) in createShaderTokens()
1560 case GL_RG16I: in UncommittedReads()

Completed in 32 milliseconds

1234