Searched refs:ValidateFramebufferTextureBase (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | validationES2.cpp | 5722 if (!ValidateFramebufferTextureBase(context, entryPoint, target, attachment, texture, level)) in ValidateFramebufferTexture2D() 5867 if (!ValidateFramebufferTextureBase(context, entryPoint, target, attachment, texture, level)) in ValidateFramebufferTexture3DOES() 6601 if (!ValidateFramebufferTextureBase(context, entryPoint, target, attachment, texture, level)) in ValidateFramebufferTexture2DMultisampleEXT()
|
H A D | validationES.h | 147 bool ValidateFramebufferTextureBase(const Context *context,
|
H A D | validationES3.cpp | 48 if (!ValidateFramebufferTextureBase(context, entryPoint, target, attachment, texture, level)) in ValidateFramebufferTextureMultiviewBaseANGLE() 1733 if (!ValidateFramebufferTextureBase(context, entryPoint, target, attachment, texture, level)) in ValidateFramebufferTextureLayer()
|
H A D | validationES1.cpp | 2015 if (!ValidateFramebufferTextureBase(context, entryPoint, target, attachment, texture, level)) in ValidateFramebufferTexture2DOES()
|
H A D | validationES31.cpp | 2840 if (!ValidateFramebufferTextureBase(context, entryPoint, target, attachment, texture, level)) in ValidateFramebufferTextureCommon()
|
H A D | validationES.cpp | 2089 bool ValidateFramebufferTextureBase(const Context *context, in ValidateFramebufferTextureBase() function
|