Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationES.h142 bool ValidateFramebufferTextureBase(const Context *context,
DvalidationES2.cpp5384 if (!ValidateFramebufferTextureBase(context, entryPoint, target, attachment, texture, level)) in ValidateFramebufferTexture2D()
5535 if (!ValidateFramebufferTextureBase(context, entryPoint, target, attachment, texture, level)) in ValidateFramebufferTexture3DOES()
6347 if (!ValidateFramebufferTextureBase(context, entryPoint, target, attachment, texture, level)) in ValidateFramebufferTexture2DMultisampleEXT()
DvalidationES1.cpp1905 if (!ValidateFramebufferTextureBase(context, entryPoint, target, attachment, texture, level)) in ValidateFramebufferTexture2DOES()
DvalidationES3.cpp46 if (!ValidateFramebufferTextureBase(context, entryPoint, target, attachment, texture, level)) in ValidateFramebufferTextureMultiviewBaseANGLE()
1701 if (!ValidateFramebufferTextureBase(context, entryPoint, target, attachment, texture, level)) in ValidateFramebufferTextureLayer()
DvalidationES31.cpp2844 if (!ValidateFramebufferTextureBase(context, entryPoint, target, attachment, texture, level)) in ValidateFramebufferTextureCommon()
DvalidationES.cpp1936 bool ValidateFramebufferTextureBase(const Context *context, in ValidateFramebufferTextureBase() function