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

  /external/deqp/framework/delibs/decpp/
deBlockBuffer.hpp 87 int m_numBlocks;
107 , m_numBlocks (numBlocks)
119 m_elements = new T[m_numBlocks*m_blockSize];
120 m_numUsedInBlock = new int[m_numBlocks];
154 m_empty = deSemaphore_create(m_numBlocks, DE_NULL);
258 m_readBlock = (m_readBlock+1) % m_numBlocks;
342 m_writeBlock = (m_writeBlock+1) % m_numBlocks;
  /external/apache-xml/src/main/java/org/apache/xml/utils/
SuballocatedIntVector.java 55 protected int m_numblocks = NUMBLOCKS_DEFAULT; field in class:SuballocatedIntVector
99 m_numblocks = numblocks;
166 int newsize=index+m_numblocks;
206 int newsize=index+m_numblocks;
264 int newsize=index+m_numblocks;
398 int newsize=index+m_numblocks;
  /external/deqp/modules/gles31/functional/
es31fTessellationTests.cpp     [all...]

Completed in 173 milliseconds