Searched refs:IsTextureTarget (Results 1 – 8 of 8) sorted by relevance
55 else if(IsTextureTarget(type)) in lookupRenderbuffer()84 if(mColorbufferPointer.name() == texture && IsTextureTarget(mColorbufferType)) in detachTexture()90 if(mDepthbufferPointer.name() == texture && IsTextureTarget(mDepthbufferType)) in detachTexture()96 if(mStencilbufferPointer.name() == texture && IsTextureTarget(mStencilbufferType)) in detachTexture()262 else if(IsTextureTarget(mColorbufferType)) in completeness()311 else if(IsTextureTarget(mDepthbufferType)) in completeness()361 else if(IsTextureTarget(mStencilbufferType)) in completeness()
40 bool IsTextureTarget(GLenum target);
131 bool IsTextureTarget(GLenum target) in IsTextureTarget() function
749 if(!es1::IsTextureTarget(target)) in CompressedTexSubImage2D()943 if(!es1::IsTextureTarget(target)) in CopyTexSubImage2D()2112 else if(es1::IsTextureTarget(attachmentType)) in GetFramebufferAttachmentParameterivOES()4493 if(!es1::IsTextureTarget(target)) in TexSubImage2D()
79 else if(IsTextureTarget(type)) in lookupRenderbuffer()133 if(mColorbufferPointer[i].name() == texture && IsTextureTarget(mColorbufferType[i])) in detachTexture()140 if(mDepthbufferPointer.name() == texture && IsTextureTarget(mDepthbufferType)) in detachTexture()146 if(mStencilbufferPointer.name() == texture && IsTextureTarget(mStencilbufferType)) in detachTexture()355 else if(IsTextureTarget(mColorbufferType[i])) in completeness()418 else if(IsTextureTarget(mDepthbufferType)) in completeness()470 else if(IsTextureTarget(mStencilbufferType)) in completeness()
59 bool IsTextureTarget(GLenum target);
797 if(!es2::IsTextureTarget(target)) in CompressedTexSubImage2D()1020 if(!es2::IsTextureTarget(target)) in CopyTexSubImage2D()2709 else if(es2::IsTextureTarget(attachmentType)) in GetFramebufferAttachmentParameteriv()4924 if(!es2::IsTextureTarget(target)) in TexSubImage2D()
872 bool IsTextureTarget(GLenum target) in IsTextureTarget() function