Home
last modified time | relevance | path

Searched refs:ComputeImageSizeInBytes (Results 1 – 10 of 10) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/gpu/
H A Dwebgl_image_conversion.h187 static GLenum ComputeImageSizeInBytes(GLenum format,
H A Dwebgl_image_conversion.cc2674 GLenum WebGLImageConversion::ComputeImageSizeInBytes( in ComputeImageSizeInBytes() function in blink::WebGLImageConversion
2993 if (ComputeImageSizeInBytes(format, type, source_image_sub_rectangle.Width(), in PackImageData()
3028 if (ComputeImageSizeInBytes(format, type, source_image_sub_rectangle.Width(), in ExtractImageData()
3069 ComputeImageSizeInBytes(format, type, width, height, 1, unpack_params, in ExtractTextureData()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/gpu/
H A Dwebgl_image_conversion.h187 static GLenum ComputeImageSizeInBytes(GLenum format,
H A Dwebgl_image_conversion.cc3600 GLenum WebGLImageConversion::ComputeImageSizeInBytes( in ComputeImageSizeInBytes() function in blink::WebGLImageConversion
3923 if (ComputeImageSizeInBytes(format, type, source_image_sub_rectangle.Width(), in PackImageData()
3958 if (ComputeImageSizeInBytes(format, type, source_image_sub_rectangle.Width(), in ExtractImageData()
3999 ComputeImageSizeInBytes(format, type, width, height, 1, unpack_params, in ExtractTextureData()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dds/
H A DReaderWriterDDS.cpp404 static unsigned int ComputeImageSizeInBytes( int width, int height, int depth, in ComputeImageSizeInBytes() function
967 unsigned int size = ComputeImageSizeInBytes( s, t, r, pixelFormat, dataType, packing ); in ReadDDSFile()
992ComputeImageSizeInBytes( mip_width, mip_height, mip_depth, pixelFormat, dataType, packing ); in ReadDDSFile()
1118 …unsigned int imageSizeTheorical = ComputeImageSizeInBytes( img->s(), img->t(), img->r(), pixelForm… in WriteDDSFile()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dds/
H A DReaderWriterDDS.cpp403 static unsigned int ComputeImageSizeInBytes( int width, int height, int depth,
956 unsigned int size = ComputeImageSizeInBytes( s, t, r, pixelFormat, dataType, packing );
981 ComputeImageSizeInBytes( width, height, depth, pixelFormat, dataType, packing );
1076 …unsigned int imageSizeTheorical = ComputeImageSizeInBytes( img->s(), img->t(), img->r(), pixelForm…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webgl/
H A Dwebgl_rendering_context_base.cc4403 GLenum error = WebGLImageConversion::ComputeImageSizeInBytes( in ValidateReadPixelsFuncParameters()
7548 GLenum error = WebGLImageConversion::ComputeImageSizeInBytes( in ValidateTexFuncData()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/webgl/
H A Dwebgl_rendering_context_base.cc4577 GLenum error = WebGLImageConversion::ComputeImageSizeInBytes( in ValidateReadPixelsFuncParameters()
7780 GLenum error = WebGLImageConversion::ComputeImageSizeInBytes( in ValidateTexFuncData()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/
H A DChangeLog6353 …e r() dimension, contrariwise taken into account by the function ComputeImageSizeInBytes() later.T…
7576 …. I found one problem in your latest submit. In ReaderWriterDDS::ComputeImageSizeInBytes pixelForm…
23271 Added simple ComputeImageSizeInBytes function in DDSReaderWrites. In
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/
H A DChangeLog16919 …e r() dimension, contrariwise taken into account by the function ComputeImageSizeInBytes() later.T…
18142 …. I found one problem in your latest submit. In ReaderWriterDDS::ComputeImageSizeInBytes pixelForm…
33837 Added simple ComputeImageSizeInBytes function in DDSReaderWrites. In