Home
last modified time | relevance | path

Searched refs:IsDepthRenderable (Results 1 – 22 of 22) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A Dutilities.h40 bool IsDepthRenderable(GLenum internalformat);
H A Dutilities.cpp360 bool IsDepthRenderable(GLenum internalformat) in IsDepthRenderable() function
H A DlibGLESv2.cpp4046 …if (!gl::IsColorRenderable(internalformat) && !gl::IsDepthRenderable(internalformat) && !gl::IsSte… in glRenderbufferStorageMultisampleANGLE()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/OpenGL/libGLES_CM/
H A Dutilities.h44 bool IsDepthRenderable(GLint internalformat);
H A DFramebuffer.cpp306 if(!es1::IsDepthRenderable(depthbuffer->getFormat())) in completeness()
H A Dutilities.cpp343 bool IsDepthRenderable(GLint internalformat) in IsDepthRenderable() function
H A DlibGLES_CM.cpp3401 …if(!es1::IsColorRenderable(internalformat) && !es1::IsDepthRenderable(internalformat) && !es1::IsS… in RenderbufferStorageOES()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/OpenGL/libGLES_CM/
H A Dutilities.h44 bool IsDepthRenderable(GLint internalformat);
H A DFramebuffer.cpp306 if(!es1::IsDepthRenderable(depthbuffer->getFormat())) in completeness()
H A Dutilities.cpp343 bool IsDepthRenderable(GLint internalformat) in IsDepthRenderable() function
H A DlibGLES_CM.cpp3401 …if(!es1::IsColorRenderable(internalformat) && !es1::IsDepthRenderable(internalformat) && !es1::IsS… in RenderbufferStorageOES()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.h66 bool IsDepthRenderable(GLint internalformat);
H A DFramebuffer.cpp413 if(!es2::IsDepthRenderable(depthbuffer->getFormat())) in completeness()
H A Dutilities.cpp1433 bool IsDepthRenderable(GLint internalformat) in IsDepthRenderable() function
H A DlibGLESv2.cpp4218 else if(IsDepthRenderable(internalformat) && IsStencilRenderable(internalformat)) in RenderbufferStorageMultisample()
4222 else if(IsDepthRenderable(internalformat)) in RenderbufferStorageMultisample()
H A DlibGLESv3.cpp3802 !IsDepthRenderable(internalformat) && in GetInternalformativ()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.h66 bool IsDepthRenderable(GLint internalformat);
H A DFramebuffer.cpp413 if(!es2::IsDepthRenderable(depthbuffer->getFormat())) in completeness()
H A Dutilities.cpp1404 bool IsDepthRenderable(GLint internalformat) in IsDepthRenderable() function
H A DlibGLESv2.cpp4218 else if(IsDepthRenderable(internalformat) && IsStencilRenderable(internalformat)) in RenderbufferStorageMultisample()
4222 else if(IsDepthRenderable(internalformat)) in RenderbufferStorageMultisample()
H A DlibGLESv3.cpp3802 !IsDepthRenderable(internalformat) && in GetInternalformativ()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/ThirdParty/ANGLE/
H A DChangeLog658 (gl::IsDepthRenderable):