Home
last modified time | relevance | path

Searched refs:GL_R32F (Results 1 – 25 of 1078) sorted by relevance

12345678910>>...44

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/perf_tests/
H A DDispatchComputePerf.cpp88 glBindImageTexture(4, mWriteTexture, 0, GL_FALSE, 0, GL_WRITE_ONLY, GL_R32F); in initializeBenchmark()
125 glTexImage2D(GL_TEXTURE_2D, 0, GL_R32F, params.textureWidth, params.textureHeight, 0, GL_RED, in initTextures()
134 glTexStorage2D(GL_TEXTURE_2D, 1, GL_R32F, params.textureWidth, params.textureHeight); in initTextures()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_bindless_texture/execution/images/
H A Dbasic-imageAtomicExchange.shader_test25 texture rgbw 0 (250, 250) GL_R32F
26 resident image texture 0 GL_R32F
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_shader_image_load_store/execution/
H A Dgl45-imageAtomicExchange-float.shader_test32 texture rgbw 0 (250, 250) GL_R32F
33 image texture 0 GL_R32F
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_texture_view/
H A Dqueries.c57 glTexStorage2D(GL_TEXTURE_CUBE_MAP, 7, GL_R32F, 64, 64); in query_default_state()
150 glTexStorage2D(GL_TEXTURE_2D, 6, GL_R32F, 16, 32); in query_levels_test()
171 glTexStorage2D(GL_TEXTURE_CUBE_MAP, 7, GL_R32F, 64, 64); in query_levels_test()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/OpenGL/
H A DOGLTexture.cpp208 case GL_R32F: in GetRowDataSize()
262 else if (format == GL_R8 || format == GL_R16F || format == GL_R32F) in GetExternalFormat()
284 else if (format == GL_RGBA32F_ARB || format == GL_RG32F || format == GL_R32F) in GetDataType()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/common/
H A Dgles2_cmd_utils.cc1039 case GL_R32F: in GetGLReadPixelsImplementationFormat()
1120 case GL_R32F: in GetGLReadPixelsImplementationType()
1204 case GL_R32F: in GetChannelsForFormat()
1276 case GL_R32F: in IsSizedColorFormat()
1334 internal_format = GL_R32F; in GetColorFormatComponentSizes()
1474 case GL_R32F: in GetColorFormatComponentSizes()
1715 case GL_R32F: in IsFloatFormat()
1732 case GL_R32F: in IsFloat32Format()
1801 return GL_R32F; in ConvertToSizedFormat()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/osd/
H A DglXFBEvaluator.cpp102 _weights = createGLTextureBuffer(stencilTable->GetWeights(), GL_R32F); in GLStencilTableTBO()
124 limitStencilTable->GetWeights(), GL_R32F); in GLStencilTableTBO()
126 limitStencilTable->GetDuWeights(), GL_R32F); in GLStencilTableTBO()
128 limitStencilTable->GetDvWeights(), GL_R32F); in GLStencilTableTBO()
130 limitStencilTable->GetDuuWeights(), GL_R32F); in GLStencilTableTBO()
132 limitStencilTable->GetDuvWeights(), GL_R32F); in GLStencilTableTBO()
134 limitStencilTable->GetDvvWeights(), GL_R32F); in GLStencilTableTBO()
541 glTexBuffer(GL_TEXTURE_BUFFER, GL_R32F, srcBuffer); in EvalStencils()
741 glTexBuffer(GL_TEXTURE_BUFFER, GL_R32F, srcBuffer); in EvalPatches()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/common/
H A Dgles2_cmd_utils.cc1041 case GL_R32F: in GetGLReadPixelsImplementationFormat()
1122 case GL_R32F: in GetGLReadPixelsImplementationType()
1209 case GL_R32F: in GetChannelsForFormat()
1281 case GL_R32F: in IsSizedColorFormat()
1339 internal_format = GL_R32F; in GetColorFormatComponentSizes()
1479 case GL_R32F: in GetColorFormatComponentSizes()
1720 case GL_R32F: in IsFloatFormat()
1737 case GL_R32F: in IsFloat32Format()
1806 return GL_R32F; in ConvertToSizedFormat()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram_gfx/basic/
H A DGL.h102 # ifndef GL_R32F
103 # define GL_R32F 0x822E macro
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgcomputeshaders/
H A Dosgcomputeshaders.cpp53 tex2D->setInternalFormat( GL_R32F ); in main()
57 …magbinding = new osg::BindImageTexture(0, tex2D.get(), osg::BindImageTexture::WRITE_ONLY, GL_R32F); in main()
/dports/science/py-pymol/pymol-open-source-2.4.0/layer0/
H A DGenericBuffer.cpp71 #ifndef GL_R32F
72 #define GL_R32F GL_R8 macro
79 #define GL_R16F GL_R32F
102 return GL_R32F; in tex_format_internal_float()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fFboTestCase.cpp210 case GL_R32F: in isRequiredFormat()
248 case GL_R32F: in getEnablingExtensions()
341 case GL_R32F: in getMinimumSampleCount()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/functional/
H A Des3fFboTestCase.cpp206 case GL_R32F: in isRequiredFormat()
237 case GL_R32F: in getEnablingExtensions()
324 case GL_R32F: in getMinimumSampleCount()
/dports/games/taisei/taisei-1.3.2/src/renderer/glescommon/
H A Dtexture.c111 set_format(TEX_TYPE_R_16_FLOAT, have_float16 ? GL_R16F : GL_R32F, FMTSTRUCT(FMT_R16F)); in gles_init_texformats_table()
113 set_format(TEX_TYPE_R_32_FLOAT, have_float32 ? GL_R32F : GL_R16F, FMTSTRUCT(FMT_R32F)); in gles_init_texformats_table()
219 case GL_R32F: in gles_texture_format_caps()
/dports/games/lwjgl/lwjgl-2df01dd/src/templates/org/lwjgl/opengl/
H A DARB_texture_rg.java47 int GL_R32F = 0x822E; field
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_experimental/edit_kinect/
H A Dedit_kinect.cpp142 glTexImage2D(GL_TEXTURE_2D, 0,GL_R32F, 1024, 512, 0, GL_RED, GL_UNSIGNED_SHORT, 0); in UndistortMaps()
152 glTexImage2D(GL_TEXTURE_2D, 0,GL_R32F, 1024, 512, 0, GL_RED, GL_UNSIGNED_SHORT, 0); in UndistortMaps()
167 glTexImage2D(GL_TEXTURE_2D, 0,GL_R32F, 1024, 512, 0, GL_RED, GL_UNSIGNED_SHORT, 0); in InitializeGL()
175 glTexImage2D(GL_TEXTURE_2D, 0,GL_R32F, 1024, 512, 0, GL_RED, GL_UNSIGNED_SHORT, 0); in InitializeGL()
/dports/cad/opencascade/opencascade-7.6.0/src/OpenGl/
H A DOpenGl_TextureFormat.cxx32 case GL_R32F: return "GL_R32F"; // float in FormatFormat()
140 aFormat.SetInternalFormat (theCtx->arbTexFloat ? GL_R32F : GL_R8); in FindFormat()
160 aFormat.SetInternalFormat (theCtx->arbTexFloat ? GL_R32F : GL_R8); in FindFormat()
474 case GL_R32F: in FindSizedFormat()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gl/
H A Dgl3cTextureSwizzleTests.cpp660 GL_R32F,
665 { GL_R32F, src_data_r32f + 0 },
678 { GL_R32F, src_data_rg32f + 0 },
679 { GL_R32F, src_data_rg32f + 1 },
691 { GL_R32F, src_data_rgb32f + 0 },
692 { GL_R32F, src_data_rgb32f + 1 },
693 { GL_R32F, src_data_rgb32f + 2 },
704 { GL_R32F, src_data_rgba32f + 0 },
705 { GL_R32F, src_data_rgba32f + 1 },
706 { GL_R32F, src_data_rgba32f + 2 },
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.cpp435 case GL_R32F: in IsSizedInternalFormat()
1091 case GL_FLOAT: VALIDATE_INTERNALFORMAT(GL_R32F, GL_R16F) in ValidateTextureFormatType()
1377 case GL_R32F: in IsColorRenderable()
1487 case GL_R32F: in IsDepthRenderable()
1553 case GL_R32F: in IsStencilRenderable()
1618 case GL_R32F: return 0; in GetAlphaSize()
1667 case GL_R32F: return 32; in GetRedSize()
1716 case GL_R32F: return 0; in GetGreenSize()
1765 case GL_R32F: return 0; in GetBlueSize()
1894 case GL_R32F: in GetColorComponentType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.cpp406 case GL_R32F: in IsSizedInternalFormat()
1062 case GL_FLOAT: VALIDATE_INTERNALFORMAT(GL_R32F, GL_R16F) in ValidateTextureFormatType()
1348 case GL_R32F: in IsColorRenderable()
1458 case GL_R32F: in IsDepthRenderable()
1524 case GL_R32F: in IsStencilRenderable()
1589 case GL_R32F: return 0; in GetAlphaSize()
1638 case GL_R32F: return 32; in GetRedSize()
1687 case GL_R32F: return 0; in GetGreenSize()
1736 case GL_R32F: return 0; in GetBlueSize()
1865 case GL_R32F: in GetColorComponentType()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/glew-1.9.0/auto/extensions/
H A DGL_ARB_texture_rg13 GL_R32F 0x822E
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/GL/ARB/
H A Dtexture_rg.py54 GL_R32F:1,
/dports/graphics/opencsg/OpenCSG-1.4.2/glew/auto/extensions/gl/
H A DGL_ARB_texture_rg14 GL_R32F 0x822E
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/glew/glew-1.9.0/auto/extensions/
H A DGL_ARB_texture_rg13 GL_R32F 0x822E
/dports/graphics/glew-wayland/glew-2.2.0/auto/extensions/gl/
H A DGL_ARB_texture_rg14 GL_R32F 0x822E

12345678910>>...44