Searched refs:ValidateGetVertexAttribBase (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libANGLE/ |
D | validationES.cpp | 5907 if (!ValidateGetVertexAttribBase(context, index, pname, &writeLength, false, false)) in ValidateGetVertexAttribfvRobustANGLE() 5935 if (!ValidateGetVertexAttribBase(context, index, pname, &writeLength, false, false)) in ValidateGetVertexAttribivRobustANGLE() 5964 if (!ValidateGetVertexAttribBase(context, index, pname, &writeLength, true, false)) in ValidateGetVertexAttribPointervRobustANGLE() 5993 if (!ValidateGetVertexAttribBase(context, index, pname, &writeLength, false, true)) in ValidateGetVertexAttribIivRobustANGLE() 6022 if (!ValidateGetVertexAttribBase(context, index, pname, &writeLength, false, true)) in ValidateGetVertexAttribIuivRobustANGLE() 6564 bool ValidateGetVertexAttribBase(const Context *context, in ValidateGetVertexAttribBase() function
|
D | validationES.h | 566 bool ValidateGetVertexAttribBase(const Context *context,
|
D | validationES2.cpp | 5595 return ValidateGetVertexAttribBase(context, index, pname, nullptr, false, false); in ValidateGetVertexAttribfv() 5603 return ValidateGetVertexAttribBase(context, index, pname, nullptr, false, false); in ValidateGetVertexAttribiv() 5611 return ValidateGetVertexAttribBase(context, index, pname, nullptr, true, false); in ValidateGetVertexAttribPointerv()
|
D | validationES3.cpp | 4631 return ValidateGetVertexAttribBase(context, index, pname, nullptr, false, true); in ValidateGetVertexAttribIiv() 4639 return ValidateGetVertexAttribBase(context, index, pname, nullptr, false, true); in ValidateGetVertexAttribIuiv()
|