HomeSort by relevance Sort by last modified time
    Searched refs:ContextArray (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/glshared/
glsVertexArrayTests.cpp 448 ContextArray::ContextArray (Storage storage, sglr::Context& context)
471 ContextArray::~ContextArray (void)
489 void ContextArray::data (Target target, int size, const char* ptr, Usage usage)
514 void ContextArray::subdata (Target target, int offset, int size, const char* ptr)
532 void ContextArray::bind (int attribNdx, int offset, int size, InputType inputType, OutputType outType, bool normalized, int stride)
544 void ContextArray::bindIndexArray (Array::Target target)
555 void ContextArray::glBind (deUint32 loc)
629 GLenum ContextArray::targetToGL (Array::Target target
    [all...]
glsVertexArrayTests.hpp 169 class ContextArray : public Array
172 ContextArray (Storage storage, sglr::Context& context);
173 virtual ~ContextArray (void);
232 std::vector<ContextArray*> m_arrays;

Completed in 56 milliseconds