Searched refs:ValidateDrawElementsCommon (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/libANGLE/ |
D | validationES32.cpp | 208 return ValidateDrawElementsCommon(context, mode, count, type, indices, 1); in ValidateDrawElementsBaseVertex() 237 if (!ValidateDrawElementsCommon(context, mode, count, type, indices, 0)) in ValidateDrawRangeElementsBaseVertex()
|
D | validationES2.h | 58 return ValidateDrawElementsCommon(context, mode, count, type, indices, 1); in ValidateDrawElements()
|
D | validationESEXT.cpp | 315 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()
|
D | validationES.h | 909 ANGLE_INLINE bool ValidateDrawElementsCommon(const Context *context, in ValidateDrawElementsCommon() function
|
D | validationES.cpp | 796 return ValidateDrawElementsCommon(context, mode, count, type, indices, primcount); in ValidateDrawElementsInstancedBase() 799 if (!ValidateDrawElementsCommon(context, mode, count, type, indices, primcount)) in ValidateDrawElementsInstancedBase()
|
D | validationES3.cpp | 1711 if (!ValidateDrawElementsCommon(context, mode, count, type, indices, 0)) in ValidateDrawRangeElements()
|