Searched refs:ValidateDrawElementsCommon (Results 1 – 6 of 6) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | validationESEXT.cpp | 143 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()
|
D | validationES32.cpp | 205 return ValidateDrawElementsCommon(context, mode, count, type, indices, 1); in ValidateDrawElementsBaseVertex() 246 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 | validationES.h | 892 ANGLE_INLINE bool ValidateDrawElementsCommon(const Context *context, in ValidateDrawElementsCommon() function
|
D | validationES.cpp | 706 return ValidateDrawElementsCommon(context, mode, count, type, indices, primcount); in ValidateDrawElementsInstancedBase() 709 if (!ValidateDrawElementsCommon(context, mode, count, type, indices, primcount)) in ValidateDrawElementsInstancedBase()
|
D | validationES3.cpp | 1597 if (!ValidateDrawElementsCommon(context, mode, count, type, indices, 0)) in ValidateDrawRangeElements()
|