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.cpp5538 if (!ValidateFramebufferTextureBase(context, entryPoint, target, attachment, texture, level)) in ValidateFramebufferTexture2D()
5683 if (!ValidateFramebufferTextureBase(context, entryPoint, target, attachment, texture, level)) in ValidateFramebufferTexture3DOES()
6417 if (!ValidateFramebufferTextureBase(context, entryPoint, target, attachment, texture, level)) in ValidateFramebufferTexture2DMultisampleEXT()
DvalidationES3.cpp48 if (!ValidateFramebufferTextureBase(context, entryPoint, target, attachment, texture, level)) in ValidateFramebufferTextureMultiviewBaseANGLE()
1714 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.cpp2016 bool ValidateFramebufferTextureBase(const Context *context, in ValidateFramebufferTextureBase() function