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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
IndexDataManager.h 42 GLenum indexType;
  /external/deqp/framework/referencerenderer/
rrRenderer.hpp 79 DrawIndices (const void* ptr, IndexType type, int baseVertex = 0);
82 const IndexType indexType;
97 inline IndexType getIndexType (void) const { return m_indexType; }
103 const IndexType m_indexType;
  /dalvik/dx/src/com/android/dx/io/instructions/
DecodedInstruction.java 20 import com.android.dx.io.IndexType;
50 private final IndexType indexType;
102 int index, IndexType indexType, int target, long literal) {
114 this.indexType = indexType;
145 public final IndexType getIndexType() {
146 return indexType;
InstructionCodec.java 20 import com.android.dx.io.IndexType;
156 this, opcode, index, IndexType.VARIES,
260 IndexType indexType = OpcodeInfo.getIndexType(opcode);
262 this, opcode, index, indexType,
368 IndexType indexType = OpcodeInfo.getIndexType(opcode);
370 this, opcode, index, indexType,
391 this, opcode, index, IndexType.FIELD_OFFSET,
502 IndexType indexType = OpcodeInfo.getIndexType(opcode)
    [all...]
  /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/dexmaker/src/dx/java/com/android/dx/io/instructions/
DecodedInstruction.java 19 import com.android.dx.io.IndexType;
50 private final IndexType indexType;
102 int index, IndexType indexType, int target, long literal) {
114 this.indexType = indexType;
145 public final IndexType getIndexType() {
146 return indexType;
InstructionCodec.java 19 import com.android.dx.io.IndexType;
157 this, opcode, index, IndexType.VARIES,
261 IndexType indexType = OpcodeInfo.getIndexType(opcode);
263 this, opcode, index, indexType,
369 IndexType indexType = OpcodeInfo.getIndexType(opcode);
371 this, opcode, index, indexType,
392 this, opcode, index, IndexType.FIELD_OFFSET,
503 IndexType indexType = OpcodeInfo.getIndexType(opcode)
    [all...]
  /dalvik/libdex/
InstrUtils.h 136 InstructionIndexType indexType;
  /external/deqp/modules/gles3/functional/
es3fVertexArrayObjectTests.cpp 121 GLenum indexType;
135 , indexType (GL_NONE)
270 switch (m_spec.indexType)
285 switch (m_spec.indexType)
577 GLU_CHECK_CALL(glDrawElements(GL_TRIANGLES, m_spec.count, m_spec.indexType, m_indices));
579 GLU_CHECK_CALL(glDrawElementsInstanced(GL_TRIANGLES, m_spec.count, m_spec.indexType, m_indices, m_spec.instances));
584 GLU_CHECK_CALL(glDrawElements(GL_TRIANGLES, m_spec.count, m_spec.indexType, (GLvoid*)((GLintptr)m_spec.indexOffset)));
586 GLU_CHECK_CALL(glDrawElementsInstanced(GL_TRIANGLES, m_spec.count, m_spec.indexType, (GLvoid*)((GLintptr)m_spec.indexOffset), m_spec.instances));
749 m_spec.indexType = GL_NONE;
846 switch (m_spec.indexType)
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Mesh.java 291 Entry indexType = new Entry();
292 indexType.t = t;
293 indexType.e = null;
294 indexType.size = 0;
295 indexType.prim = p;
296 mIndexTypes.addElement(indexType);
309 Entry indexType = new Entry();
310 indexType.t = null;
311 indexType.e = null;
312 indexType.size = 0
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c 462 OMX_INDEXTYPE indextype; local
469 QOMX_IMAGE_EXT_ENCODING_MODE_NAME, &indextype);
482 rc = OMX_SetParameter(p_session->omx_handle, indextype, &encoding_mode);
507 OMX_INDEXTYPE indextype; local
514 QOMX_IMAGE_EXT_JPEG_SPEED_NAME, &indextype);
526 rc = OMX_SetParameter(p_session->omx_handle, indextype, &jpeg_speed);
553 OMX_INDEXTYPE indextype; local
562 QOMX_IMAGE_EXT_MEM_OPS_NAME, &indextype);
568 rc = OMX_SetParameter(p_session->omx_handle, indextype, &mem_ops);
593 OMX_INDEXTYPE 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*
  /frameworks/rs/
rsFont.cpp 584 ObjectBaseRef<Type> indexType = Type::getTypeRef(mRSC, indexElem.get(), numIndicies, 0, 0, false, false, 0);
586 Allocation *indexAlloc = Allocation::createAllocation(mRSC, indexType.get(),
  /dalvik/dx/src/com/android/dx/io/
OpcodeInfo.java 42 InstructionCodec.FORMAT_00X, IndexType.NONE);
49 IndexType.NONE);
54 IndexType.NONE);
59 IndexType.NONE);
64 InstructionCodec.FORMAT_10X, IndexType.NONE);
68 InstructionCodec.FORMAT_12X, IndexType.NONE);
72 InstructionCodec.FORMAT_22X, IndexType.NONE);
76 InstructionCodec.FORMAT_32X, IndexType.NONE);
80 InstructionCodec.FORMAT_12X, IndexType.NONE);
84 InstructionCodec.FORMAT_22X, IndexType.NONE)
    [all...]
  /external/guava/guava/lib/
jdiff.jar 
  /external/dexmaker/src/dx/java/com/android/dx/io/
OpcodeInfo.java 42 InstructionCodec.FORMAT_00X, IndexType.NONE);
49 IndexType.NONE);
54 IndexType.NONE);
59 IndexType.NONE);
64 InstructionCodec.FORMAT_10X, IndexType.NONE);
68 InstructionCodec.FORMAT_12X, IndexType.NONE);
72 InstructionCodec.FORMAT_22X, IndexType.NONE);
76 InstructionCodec.FORMAT_32X, IndexType.NONE);
80 InstructionCodec.FORMAT_12X, IndexType.NONE);
84 InstructionCodec.FORMAT_22X, IndexType.NONE)
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/darwin/lib/
dx.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 602 milliseconds