Searched refs:mDepthbufferType (Results 1 – 4 of 4) sorted by relevance
31 mDepthbufferType = GL_NONE_OES; in Framebuffer()72 mDepthbufferType = (depthbuffer != 0) ? type : GL_NONE_OES; in setDepthbuffer()90 if(mDepthbufferPointer.name() == texture && IsTextureTarget(mDepthbufferType)) in detachTexture()92 mDepthbufferType = GL_NONE_OES; in detachTexture()111 if(mDepthbufferPointer.name() == renderbuffer && mDepthbufferType == GL_RENDERBUFFER_OES) in detachRenderbuffer()113 mDepthbufferType = GL_NONE_OES; in detachRenderbuffer()188 return mDepthbufferType; in getDepthbufferType()290 if(mDepthbufferType != GL_NONE_OES) in completeness()304 if(mDepthbufferType == GL_RENDERBUFFER_OES) in completeness()311 else if(IsTextureTarget(mDepthbufferType)) in completeness()[all …]
76 GLenum mDepthbufferType; variable
50 mDepthbufferType = GL_NONE; in Framebuffer()97 mDepthbufferType = (depthbuffer != 0) ? type : GL_NONE; in setDepthbuffer()140 if(mDepthbufferPointer.name() == texture && IsTextureTarget(mDepthbufferType)) in detachTexture()142 mDepthbufferType = GL_NONE; in detachTexture()164 if(mDepthbufferPointer.name() == renderbuffer && IsRenderbuffer(mDepthbufferType)) in detachRenderbuffer()166 mDepthbufferType = GL_NONE; in detachRenderbuffer()264 return mDepthbufferType; in getDepthbufferType()397 if(mDepthbufferType != GL_NONE) in completeness()411 if(IsRenderbuffer(mDepthbufferType)) in completeness()418 else if(IsTextureTarget(mDepthbufferType)) in completeness()[all …]
101 GLenum mDepthbufferType; variable