Home
last modified time | relevance | path

Searched refs:ValidateFramebufferTextureBase (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/libANGLE/
DvalidationES.h147 bool ValidateFramebufferTextureBase(const Context *context,
DvalidationES2.cpp5605 if (!ValidateFramebufferTextureBase(context, entryPoint, target, attachment, texture, level)) in ValidateFramebufferTexture2D()
5750 if (!ValidateFramebufferTextureBase(context, entryPoint, target, attachment, texture, level)) in ValidateFramebufferTexture3DOES()
6305 if (!ValidateFramebufferTextureBase(context, entryPoint, target, attachment, texture, level)) in ValidateFramebufferTexture2DMultisampleEXT()
DvalidationES3.cpp48 if (!ValidateFramebufferTextureBase(context, entryPoint, target, attachment, texture, level)) in ValidateFramebufferTextureMultiviewBaseANGLE()
1742 if (!ValidateFramebufferTextureBase(context, entryPoint, target, attachment, texture, level)) in ValidateFramebufferTextureLayer()
DvalidationES1.cpp2015 if (!ValidateFramebufferTextureBase(context, entryPoint, target, attachment, texture, level)) in ValidateFramebufferTexture2DOES()
DvalidationES31.cpp2842 if (!ValidateFramebufferTextureBase(context, entryPoint, target, attachment, texture, level)) in ValidateFramebufferTextureCommon()
DvalidationES.cpp2091 bool ValidateFramebufferTextureBase(const Context *context, in ValidateFramebufferTextureBase() function