Searched refs:ContextArray (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsVertexArrayTests.cpp | 383 ContextArray::ContextArray(Storage storage, sglr::Context &context) in ContextArray() function in deqp::gls::ContextArray 406 ContextArray::~ContextArray(void) in ~ContextArray() 424 void ContextArray::data(Target target, int size, const char *ptr, Usage usage) in data() 449 void ContextArray::subdata(Target target, int offset, int size, const char *ptr) in subdata() 467 void ContextArray::bind(int attribNdx, int offset, int size, InputType inputType, OutputType outTyp… in bind() 480 void ContextArray::bindIndexArray(Array::Target target) in bindIndexArray() 491 void ContextArray::glBind(uint32_t loc) in glBind() 573 GLenum ContextArray::targetToGL(Array::Target target) in targetToGL() 583 GLenum ContextArray::usageToGL(Array::Usage usage) in usageToGL() 603 GLenum ContextArray::inputTypeToGL(Array::InputType type) in inputTypeToGL() [all …]
|
D | glsVertexArrayTests.hpp | 172 class ContextArray : public Array class 175 ContextArray(Storage storage, sglr::Context &context); 176 virtual ~ContextArray(void); 274 std::vector<ContextArray *> m_arrays;
|