HomeSort by relevance Sort by last modified time
    Searched full:contextarray (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/glshared/
glsVertexArrayTests.cpp 468 ContextArray::ContextArray (Storage storage, sglr::Context& context)
491 ContextArray::~ContextArray (void)
509 void ContextArray::data (Target target, int size, const char* ptr, Usage usage)
534 void ContextArray::subdata (Target target, int offset, int size, const char* ptr)
552 void ContextArray::bind (int attribNdx, int offset, int size, InputType inputType, OutputType outType, bool normalized, int stride)
564 void ContextArray::bindIndexArray (Array::Target target)
575 void ContextArray::glBind (deUint32 loc)
649 GLenum ContextArray::targetToGL (Array::Target target
    [all...]
glsVertexArrayTests.hpp 168 class ContextArray : public Array
171 ContextArray (Storage storage, sglr::Context& context);
172 virtual ~ContextArray (void);
231 std::vector<ContextArray*> m_arrays;
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
NamespaceSupport.java 134 int[] contextarray = new int[fContext.length * 2]; local
135 System.arraycopy(fContext, 0, contextarray, 0, fContext.length);
136 fContext = contextarray;

Completed in 70 milliseconds