Home
last modified time | relevance | path

Searched refs:IsDepthTexture (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
DFramebuffer.cpp271 if(IsDepthTexture(format) || IsStencilTexture(format)) in completeness()
313 if(!es1::IsDepthTexture(depthbuffer->getFormat())) in completeness()
Dutilities.h36 bool IsDepthTexture(GLenum format);
Dutilities.cpp101 bool IsDepthTexture(GLenum format) in IsDepthTexture() function
DTexture.cpp637 return IsDepthTexture(getFormat(target, level)); in isDepth()
/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.h55 bool IsDepthTexture(GLint format);
DFramebuffer.cpp364 if(IsDepthTexture(format) || IsStencilTexture(format)) in completeness()
420 if(!es2::IsDepthTexture(depthbuffer->getFormat())) in completeness()
DTexture.cpp763 return IsDepthTexture(getFormat(target, level)); in isDepth()
1212 return IsDepthTexture(getFormat(target, level)); in isDepth()
1736 return IsDepthTexture(getFormat(target, level)); in isDepth()
Dutilities.cpp835 bool IsDepthTexture(GLint format) in IsDepthTexture() function