Home | History | Annotate | Download | only in glshared

Lines Matching defs:DE_NULL

70 	return glu::getFramebufferStatusName(fboStatus) != DE_NULL;
75 return glu::getErrorName(errorCode) != DE_NULL;
233 const UniquePtr<ContextInfo> ctxInfo(ctx != DE_NULL ? ContextInfo::create(*ctx) : DE_NULL);
314 if (dynamic_cast<const Renderbuffer*>(&img) != DE_NULL)
316 if (dynamic_cast<const Texture2D*>(&img) != DE_NULL)
318 if (dynamic_cast<const TextureCubeMap*>(&img) != DE_NULL)
320 if (dynamic_cast<const Texture3D*>(&img) != DE_NULL)
322 if (dynamic_cast<const Texture2DArray*>(&img) != DE_NULL)
337 format.format, format.dataType, DE_NULL);
353 format.format, format.dataType, DE_NULL);
420 if (dynamic_cast<const Renderbuffer*>(&cfg) != DE_NULL)
422 else if (dynamic_cast<const Texture*>(&cfg) != DE_NULL)
449 if (dynamic_cast<const RenderbufferAttachment*>(&att) != DE_NULL)
451 else if (dynamic_cast<const TextureAttachment*>(&att) != DE_NULL)
460 if (dynamic_cast<const TextureFlatAttachment*>(&tAtt) != DE_NULL)
648 if (att == DE_NULL)
659 return de::lookupDefault(textures, imgName, DE_NULL);
661 return de::lookupDefault(rbos, imgName, DE_NULL);
665 return DE_NULL; // shut up compiler warning