Searched refs:IsDepthTexture (Results 1 – 8 of 8) sorted by relevance
271 if(IsDepthTexture(format) || IsStencilTexture(format)) in completeness()313 if(!es1::IsDepthTexture(depthbuffer->getFormat())) in completeness()
36 bool IsDepthTexture(GLenum format);
101 bool IsDepthTexture(GLenum format) in IsDepthTexture() function
637 return IsDepthTexture(getFormat(target, level)); in isDepth()
55 bool IsDepthTexture(GLint format);
364 if(IsDepthTexture(format) || IsStencilTexture(format)) in completeness()420 if(!es2::IsDepthTexture(depthbuffer->getFormat())) in completeness()
763 return IsDepthTexture(getFormat(target, level)); in isDepth()1212 return IsDepthTexture(getFormat(target, level)); in isDepth()1736 return IsDepthTexture(getFormat(target, level)); in isDepth()
835 bool IsDepthTexture(GLint format) in IsDepthTexture() function