Searched refs:AttributeArray (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsDrawTest.cpp | 890 class AttributeArray class 893 AttributeArray (DrawTestSpec::Storage storage, sglr::Context& context); 894 ~AttributeArray (void); 933 AttributeArray::AttributeArray (DrawTestSpec::Storage storage, sglr::Context& context) in AttributeArray() function in deqp::gls::__anond14e03d00111::AttributeArray 958 AttributeArray::~AttributeArray (void) in ~AttributeArray() 971 void AttributeArray::data (DrawTestSpec::Target target, size_t size, const char* ptr, DrawTestSpec:… in data() 996 void AttributeArray::subdata (DrawTestSpec::Target target, int offset, int size, const char* ptr) in subdata() 1014 void AttributeArray::setupArray (bool bound, int offset, int size, DrawTestSpec::InputType inputTyp… in setupArray() 1029 void AttributeArray::bindAttribute (deUint32 loc) in bindAttribute() 1124 void AttributeArray::bindIndexArray (DrawTestSpec::Target target) in bindIndexArray() [all …]
|