HomeSort by relevance Sort by last modified time
    Searched defs:IndexType (Results 1 - 12 of 12) sorted by null

  /dalvik/dx/src/com/android/dx/io/
IndexType.java 22 public enum IndexType {
  /external/deqp/framework/referencerenderer/
rrDefs.hpp 42 enum IndexType
  /external/dexmaker/src/dx/java/com/android/dx/io/
IndexType.java 22 public enum IndexType {
  /external/compiler-rt/lib/ubsan/
ubsan_handlers.h 73 const TypeDescriptor &IndexType;
  /external/deqp/framework/opengl/
gluDrawUtil.hpp 67 enum IndexType
163 IndexType indexType; //!< Index type or INDEXTYPE_LAST if not used
169 , indexType (INDEXTYPE_LAST)
174 PrimitiveList (PrimitiveType type_, int numElements_, IndexType indexType_, const void* indices_)
177 , indexType (indexType_)
185 , indexType (INDEXTYPE_LAST)
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
IncompleteCholesky.h 39 typedef Matrix<Index,Dynamic, 1> IndexType;
127 inline void updateList(const IdxType& colPtr, IdxType& rowIdx, SclType& vals, const Index& col, const Index& jk, IndexType& firstElt, VectorList& listCol);
149 Map<IndexType> rowIdx(m_L.innerIndexPtr(), nnz); //Row indices
150 Map<IndexType> colPtr( m_L.outerIndexPtr(), n+1); // Pointer to the beginning of each row
151 IndexType firstElt(n-1); // for each j, points to the next entry in vals that will be used in the factorization
154 IndexType irow(n); // Row indices of nonzero elements in each column
241 inline void IncompleteCholesky<Scalar,_UpLo, OrderingType>::updateList(const IdxType& colPtr, IdxType& rowIdx, SclType& vals, const Index& col, const Index& jk, IndexType& firstElt, VectorList& listCol)
  /external/deqp/modules/gles3/functional/
es3fPrimitiveRestartTests.cpp 73 enum IndexType
91 PrimitiveRestartCase (Context& context, const char* name, const char* description, PrimitiveType primType, IndexType indexType, Function function, bool beginWithRestart, bool endWithRestart, bool duplicateRestarts);
121 IndexType m_indexType;
131 PrimitiveRestartCase::PrimitiveRestartCase (Context& context, const char* name, const char* description, PrimitiveType primType, IndexType indexType, Function function, bool beginWithRestart, bool endWithRestart, bool duplicateRestarts)
134 , m_indexType (indexType)
674 for (int indexType = 0; indexType < (int)PrimitiveRestartCase::INDEX_LAST; indexType++
    [all...]
  /external/deqp/modules/glshared/
glsDrawTest.hpp 141 enum IndexType
181 static std::string indexTypeToString (IndexType type);
184 static int indexTypeSize (IndexType type);
222 IndexType indexType; //!< used only if drawMethod = DrawElements*
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 181 typedef uint32_t IndexType;
182 IndexType Index;
192 BlockNode(IndexType Index) : Index(Index) {}
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 716 milliseconds