Home
last modified time | relevance | path

Searched refs:bytesOfGLFormat (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/QtAV/QtAV-1.13.0/src/opengl/
H A DOpenGLHelper.h107 int bytesOfGLFormat(GLenum format, GLenum dataType = GL_UNSIGNED_BYTE);
H A DOpenGLHelper.cpp694 int bytesOfGLFormat(GLenum format, GLenum dataType) // TODO: rename bytesOfTexel in bytesOfGLFormat() function
H A DVideoShader.cpp994 const int bpp_gl = OpenGLHelper::bytesOfGLFormat(data_format[i], data_type[i]); in updateTextureParameters()
/dports/multimedia/QtAV/QtAV-1.13.0/src/codec/video/
H A DSurfaceInteropCV.cpp238 …ure_w = CVPixelBufferGetBytesPerRowOfPlane(buf, plane)/OpenGLHelper::bytesOfGLFormat(format, dtype… in map()
H A DSurfaceInteropCVOpenGLES.mm118 …ure_w = CVPixelBufferGetBytesPerRowOfPlane(buf, plane)/OpenGLHelper::bytesOfGLFormat(format, dtype…
/dports/multimedia/QtAV/QtAV-1.13.0/widgets/
H A DGLWidgetRenderer.cpp567 int bpp_gl = OpenGLHelper::bytesOfGLFormat(data_format[i], data_type[i]); in initTextures()