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.cpp5536 if (!ValidateFramebufferTextureBase(context, entryPoint, target, attachment, texture, level)) in ValidateFramebufferTexture2D()
5681 if (!ValidateFramebufferTextureBase(context, entryPoint, target, attachment, texture, level)) in ValidateFramebufferTexture3DOES()
6471 if (!ValidateFramebufferTextureBase(context, entryPoint, target, attachment, texture, level)) in ValidateFramebufferTexture2DMultisampleEXT()
DvalidationES3.cpp48 if (!ValidateFramebufferTextureBase(context, entryPoint, target, attachment, texture, level)) in ValidateFramebufferTextureMultiviewBaseANGLE()
1713 if (!ValidateFramebufferTextureBase(context, entryPoint, target, attachment, texture, level)) in ValidateFramebufferTextureLayer()
DvalidationES1.cpp2015 if (!ValidateFramebufferTextureBase(context, entryPoint, target, attachment, texture, level)) in ValidateFramebufferTexture2DOES()
DvalidationES31.cpp2841 if (!ValidateFramebufferTextureBase(context, entryPoint, target, attachment, texture, level)) in ValidateFramebufferTextureCommon()
DvalidationES.cpp1994 bool ValidateFramebufferTextureBase(const Context *context, in ValidateFramebufferTextureBase() function