Home
last modified time | relevance | path

Searched refs:GL_R16I (Results 1 - 25 of 93) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.cpp368 case GL_R16I: in IsSizedInternalFormat()
1072 case GL_SHORT: VALIDATE_INTERNALFORMAT(GL_R16I) in ValidateTextureFormatType()
1356 case GL_R16I: in IsColorRenderable()
1425 case GL_R16I: in IsDepthRenderable()
1491 case GL_R16I: in IsStencilRenderable()
1597 case GL_R16I: return 0; in GetAlphaSize()
1646 case GL_R16I: return 16; in GetRedSize()
1695 case GL_R16I: return 0; in GetGreenSize()
1744 case GL_R16I: return 0; in GetBlueSize()
1842 case GL_R16I in GetColorComponentType()
[all...]
H A DFramebuffer.cpp546 case GL_R16I: return GL_RED_INTEGER; in getImplementationColorReadFormat()
607 case GL_R16I: return GL_INT; in getImplementationColorReadType()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/
H A DesextcDrawBuffersIndexedColorMasks.cpp99 GL_RGB5_A1, GL_RGBA8, GL_R8I, GL_R8UI, GL_R16I, in iterate()
331 case GL_R16I: in NumComponents()
378 case GL_R16I: in ReadableType()
H A DesextcDrawBuffersIndexedBlending.cpp339 case GL_R16I: in NumComponents()
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pTextureFormatTests.cpp99 { "r16i", GL_R16I, }, in init()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboTestCase.cpp179 case GL_R16I: in isRequiredFormat()
302 case GL_R16I: in getMinimumSampleCount()
H A Des3fRboStateQueryTests.cpp187 GL_RGB10_A2UI, GL_SRGB8_ALPHA8, GL_R8I, GL_R8UI, GL_R16I, GL_R16UI, GL_R32I, GL_R32UI, in test()
240 { GL_R16I, 16, 0, 0, 0 }, in test()
H A Des3fInternalFormatQueryTests.cpp192 { "r16i", GL_R16I, true }, in init()
H A Des3fFboCompletenessTests.cpp52 GL_R8I, GL_R8UI, GL_R16I, GL_R16UI, GL_R32I, GL_R32UI,
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboTestCase.cpp185 case GL_R16I: in isRequiredFormat()
322 case GL_R16I: in getMinimumSampleCount()
H A Des31fTextureFormatTests.cpp518 { "r16i", GL_R16I, }, in init()
571 { "r16i", GL_R16I, }, in init()
H A Des31fFboColorbufferTests.cpp390 GL_R16I, in init()
H A Des31fInternalFormatQueryTests.cpp396 { "r16i", GL_R16I, FormatSamplesCase::FORMAT_INT }, in init()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cTextureSwizzleTests.cpp193 static const _out_ch_desc sint16_zero = { GL_R16I, data_sint16_zero };
194 static const _out_ch_desc sint16_one = { GL_R16I, data_sint16_one };
764 GL_R16I,
769 { GL_R16I, src_data_r16i },
847 { GL_R16I, src_data_rg16i + 0 },
848 { GL_R16I, src_data_rg16i + 1 },
925 { GL_R16I, src_data_rgb16i + 0 },
926 { GL_R16I, src_data_rgb16i + 1 },
927 { GL_R16I, src_data_rgb16i + 2 },
1003 { GL_R16I, src_data_rgba16
[all...]
H A Dgl4cCopyImageTests.cpp146 GL_R16, GL_R16F, GL_R16I, GL_R16UI, GL_R16_SNORM,
287 case GL_R16I: in filterFormats()
540 case GL_R16I: in getEpsilon()
628 case GL_R16I: in getFormat()
732 case GL_R16I: in getNumberOfChannels()
883 case GL_R16I: in getType()
993 case GL_R16I: in getPixelSizeForFormat()
2295 case GL_R16I: in packPixel()
/third_party/mesa3d/src/mesa/main/
H A Dshaderimage.c118 case GL_R16I: in _mesa_get_shader_image_format()
400 case GL_R16I: in _mesa_is_shader_image_format_supported()
H A Dglformats.c809 case GL_R16I: in _mesa_is_enum_format_signed_int()
1198 case GL_R16I: in _mesa_is_color_format()
2599 case GL_R16I: in _mesa_base_tex_format()
2952 case GL_R16I: in _mesa_gles_check_internalformat()
3532 if (internalFormat != GL_R16I) in _mesa_gles_error_check_format_and_type()
4054 case GL_R16I: in _mesa_is_es3_color_renderable()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dformat_map_autogen.cpp387 return GL_R16I; in GetSizedFormatInternal()
1073 case GL_R16I: in ValidES3FormatCombination()
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureUtil.cpp209 case FMT_CASE(R, SIGNED_INT16): return GL_R16I; in getInternalFormat()
538 case GL_R16I: return TextureFormat(TextureFormat::R, TextureFormat::SIGNED_INT16);
592 case GL_R16I:
1140 case GL_R16I:
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DBlendIntegerTest.cpp211 runTest<GL_R16I, 1, true>(); in TEST_P()
H A DCopyTexture3DTest.cpp125 case GL_R16I: in testCopy()
873 testCopy(testTarget, kColor, GL_R16I, GL_SHORT, false, false, false, GLColor(127, 0, 0, 1)); in testIntFormats()
874 testCopy(testTarget, kColor, GL_R16I, GL_SHORT, false, true, false, GLColor(115, 0, 0, 1)); in testIntFormats()
875 testCopy(testTarget, kColor, GL_R16I, GL_SHORT, false, false, true, GLColor(127, 0, 0, 1)); in testIntFormats()
H A DTextureUploadFormatTest.cpp494 fnTest({GL_R16I, GL_RED_INTEGER, GL_SHORT}, {1, 1, 1, 1}); in TEST_P()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DGLFormat.cpp54 AddFormat(wgpu::TextureFormat::R16Sint, GL_R16I, GL_RED_INTEGER, GL_SHORT, Type::Int); in BuildGLFormatTable()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DImage.cpp93 case GL_R16I: return GL_RED; in GetBaseInternalFormat()
239 case GL_SHORT: return GL_R16I; in GetSizedInternalFormat()
337 case GL_R16I: return sw::FORMAT_R16I; in SelectInternalFormat()
1563 ASSERT_OR_RETURN(internalformat == GL_R16I && getExternalFormat() == sw::FORMAT_R16I); in loadImageData()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferParameters.cpp68 m_internal_formats[GL_R16I] = sizeof(glw::GLshort) * 1 /* components */; in initTest()

Completed in 35 milliseconds

1234