Searched refs:ValidateFramebufferTextureBase (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/libANGLE/ |
D | validationES.h | 126 bool ValidateFramebufferTextureBase(const Context *context,
|
D | validationES1.cpp | 1674 if (!ValidateFramebufferTextureBase(context, target, attachment, texture, level)) in ValidateFramebufferTexture2DOES()
|
D | validationES2.cpp | 5296 if (!ValidateFramebufferTextureBase(context, target, attachment, texture, level)) in ValidateFramebufferTexture2D() 5440 if (!ValidateFramebufferTextureBase(context, target, attachment, texture, level)) in ValidateFramebufferTexture3DOES() 6179 if (!ValidateFramebufferTextureBase(context, target, attachment, texture, level)) in ValidateFramebufferTexture2DMultisampleEXT()
|
D | validationES3.cpp | 45 if (!ValidateFramebufferTextureBase(context, target, attachment, texture, level)) in ValidateFramebufferTextureMultiviewBaseANGLE() 1526 if (!ValidateFramebufferTextureBase(context, target, attachment, texture, level)) in ValidateFramebufferTextureLayer()
|
D | validationES31.cpp | 2721 if (!ValidateFramebufferTextureBase(context, target, attachment, texture, level)) in ValidateFramebufferTextureCommon()
|
D | validationES.cpp | 1748 bool ValidateFramebufferTextureBase(const Context *context, in ValidateFramebufferTextureBase() function
|