Home
last modified time | relevance | path

Searched refs:isPBOSupported (Results 1 – 19 of 19) sorted by relevance

/dports/multimedia/QtAV/QtAV-1.13.0/src/opengl/
H A DOpenGLHelper.h96 bool isPBOSupported();
H A DOpenGLVideo.cpp244 v = OpenGLHelper::isPBOSupported(); in setOpenGLContext()
H A DOpenGLHelper.cpp263 bool isPBOSupported() { in isPBOSupported() function
H A DVideoShader.cpp1090 try_pbo = try_pbo && OpenGLHelper::isPBOSupported(); in ensureResources()
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/
H A DOGLRender.cpp741 isPBOSupported = false; in OpenGLRenderer()
1244 if (this->isPBOSupported) in InitExtensions()
1360 if (!this->isPBOSupported) in DestroyPBOs()
1368 this->isPBOSupported = false; in DestroyPBOs()
2299 if (!this->isPBOSupported) in ReadBackPixels()
3067 if (this->isPBOSupported) in RenderFinish()
3100 if (this->isPBOSupported) in SetFramebufferSize()
3167 if (this->isPBOSupported) in SetFramebufferSize()
3280 if (this->isPBOSupported) in SetFramebufferSize()
3347 if (this->isPBOSupported) in SetFramebufferSize()
[all …]
H A DOGLRender.h332 bool isPBOSupported; variable
H A DOGLRender_3_2.cpp487 this->isPBOSupported = true; in InitExtensions()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/
H A DBufferObject234 bool isPBOSupported() const { return _extensions->isPBOSupported; }
683 …bool isPBOSupported(unsigned int contextID) const { return _glBufferObjects[contextID]->isPBOSuppo…
H A DGLExtensions387 bool isPBOSupported;
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osg/
H A DBufferObject222 bool isPBOSupported() const { return _extensions->isPBOSupported; }
667 …bool isPBOSupported(unsigned int contextID) const { return _glBufferObjects[contextID]->isPBOSuppo…
H A DGLExtensions318 bool isPBOSupported;
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/applications/osgearth_server/
H A Dosgearth_server.cpp144 if (ext->isPBOSupported && !_pboBuffer.empty()) in read()
146 if (ext->isPBOSupported() && !_pboBuffer.empty()) in read()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DGLExtensions.cpp724isPBOSupported = validContext && ((OSG_GLES3_FEATURES && glVersion >= 3.0) || OSG_GL3_FEATURES || … in GLExtensions()
728 isBufferObjectSupported = isVBOSupported || isPBOSupported; in GLExtensions()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgscreencapture/
H A Dosgscreencapture.cpp142 if (ext->isPBOSupported && !_pboBuffer.empty()) in read()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/
H A DScreenCaptureHandler.cpp223 if (ext->isPBOSupported && !_pboBuffer.empty()) in read()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgscreencapture/
H A Dosgscreencapture.cpp142 if (ext->isPBOSupported && !_pboBuffer.empty()) in read()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/
H A DScreenCaptureHandler.cpp223 if (ext->isPBOSupported && !_pboBuffer.empty()) in read()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DGLExtensions.cpp685isPBOSupported = OSG_GL3_FEATURES || osg::isGLExtensionSupported(contextID,"GL_ARB_pixel_buffer_ob… in GLExtensions()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/
H A DChangeLog232 Merge pull request #870 from eligovision/OpenSceneGraph-3.6_glext_fixGLExtensions's isPBOSupported
240 GLExtensions's isPBOSupported and isVAOSupported flags fixed for GLES2+GLES3 configuration