Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationES32.cpp208 return ValidateDrawElementsCommon(context, mode, count, type, indices, 1); in ValidateDrawElementsBaseVertex()
237 if (!ValidateDrawElementsCommon(context, mode, count, type, indices, 0)) in ValidateDrawRangeElementsBaseVertex()
DvalidationES2.h58 return ValidateDrawElementsCommon(context, mode, count, type, indices, 1); in ValidateDrawElements()
DvalidationESEXT.cpp315 return ValidateDrawElementsCommon(context, mode, count, type, indices, 1); in ValidateDrawElementsBaseVertexEXT()
356 if (!ValidateDrawElementsCommon(context, mode, count, type, indices, 0)) in ValidateDrawRangeElementsBaseVertexEXT()
405 return ValidateDrawElementsCommon(context, mode, count, type, indices, 1); in ValidateDrawElementsBaseVertexOES()
446 if (!ValidateDrawElementsCommon(context, mode, count, type, indices, 0)) in ValidateDrawRangeElementsBaseVertexOES()
DvalidationES.h909 ANGLE_INLINE bool ValidateDrawElementsCommon(const Context *context, in ValidateDrawElementsCommon() function
DvalidationES.cpp796 return ValidateDrawElementsCommon(context, mode, count, type, indices, primcount); in ValidateDrawElementsInstancedBase()
799 if (!ValidateDrawElementsCommon(context, mode, count, type, indices, primcount)) in ValidateDrawElementsInstancedBase()
DvalidationES3.cpp1711 if (!ValidateDrawElementsCommon(context, mode, count, type, indices, 0)) in ValidateDrawRangeElements()