Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DvalidationESEXT.cpp143 return ValidateDrawElementsCommon(context, mode, count, type, indices, 1); in ValidateDrawElementsBaseVertexEXT()
184 if (!ValidateDrawElementsCommon(context, mode, count, type, indices, 0)) in ValidateDrawRangeElementsBaseVertexEXT()
233 return ValidateDrawElementsCommon(context, mode, count, type, indices, 1); in ValidateDrawElementsBaseVertexOES()
274 if (!ValidateDrawElementsCommon(context, mode, count, type, indices, 0)) in ValidateDrawRangeElementsBaseVertexOES()
DvalidationES32.cpp205 return ValidateDrawElementsCommon(context, mode, count, type, indices, 1); in ValidateDrawElementsBaseVertex()
246 if (!ValidateDrawElementsCommon(context, mode, count, type, indices, 0)) in ValidateDrawRangeElementsBaseVertex()
DvalidationES2.h58 return ValidateDrawElementsCommon(context, mode, count, type, indices, 1); in ValidateDrawElements()
DvalidationES.h892 ANGLE_INLINE bool ValidateDrawElementsCommon(const Context *context, in ValidateDrawElementsCommon() function
DvalidationES.cpp706 return ValidateDrawElementsCommon(context, mode, count, type, indices, primcount); in ValidateDrawElementsInstancedBase()
709 if (!ValidateDrawElementsCommon(context, mode, count, type, indices, primcount)) in ValidateDrawElementsInstancedBase()
DvalidationES3.cpp1597 if (!ValidateDrawElementsCommon(context, mode, count, type, indices, 0)) in ValidateDrawRangeElements()