/external/jdiff/src/jdiff/ |
D | HTMLIndexes.java | 45 for (int indexType = 0; indexType < 3; indexType++) { in emitAllBottomLeftFiles() 46 emitBottomLeftFile(packagesIndexName, apiDiff, indexType, "Package"); in emitAllBottomLeftFiles() 47 emitBottomLeftFile(classesIndexName, apiDiff, indexType, "Class"); in emitAllBottomLeftFiles() 48 emitBottomLeftFile(constructorsIndexName, apiDiff, indexType, "Constructor"); in emitAllBottomLeftFiles() 49 emitBottomLeftFile(methodsIndexName, apiDiff, indexType, "Method"); in emitAllBottomLeftFiles() 50 emitBottomLeftFile(fieldsIndexName, apiDiff, indexType, "Field"); in emitAllBottomLeftFiles() 51 emitBottomLeftFile(allDiffsIndexName, apiDiff, indexType, "All"); in emitAllBottomLeftFiles() 69 APIDiff apiDiff, int indexType, in emitBottomLeftFile() argument 74 if (indexType == 0) { in emitBottomLeftFile() 77 } else if (indexType == 1) { in emitBottomLeftFile() [all …]
|
/external/skia/src/gpu/ |
D | GrPathRange.cpp | 27 void GrPathRange::loadPathsIfNeeded(const void* indices, PathIndexType indexType, int count) const { in loadPathsIfNeeded() argument 28 switch (indexType) { in loadPathsIfNeeded() 42 void GrPathRange::assertPathsLoaded(const void* indices, PathIndexType indexType, int count) const { in assertPathsLoaded() argument 43 switch (indexType) { in assertPathsLoaded()
|
D | GrPathRendering.h | 176 PathIndexType indexType, const float transformValues[], in drawPaths() argument 183 pathRange->assertPathsLoaded(indices, indexType, count); in drawPaths() 185 this->onDrawPaths(args, pathRange, indices, indexType, transformValues, transformType, in drawPaths()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineInputAssemblyTests.cpp | 71 VkIndexType indexType); 75 static bool isRestartIndex (VkIndexType indexType, deUint32 indexValue); 76 static deUint32 getRestartIndex (VkIndexType indexType); 81 VkIndexType indexType, 104 VkIndexType indexType, 118 VkIndexType indexType); 124 VkIndexType indexType, 140 VkIndexType indexType, 210 VkIndexType indexType) in InputAssemblyTest() argument 216 , m_indexType (indexType) in InputAssemblyTest() [all …]
|
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
D | InstructionCodec.java | 261 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_21C() local 263 this, opcode, index, indexType, in FORMAT_21C() 369 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_22C() local 371 this, opcode, index, indexType, in FORMAT_22C() 503 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_31C() local 505 this, opcode, index, indexType, in FORMAT_31C() 676 IndexType indexType = OpcodeInfo.getIndexType(opcodeUnit); in FORMAT_41C() local 678 this, opcodeUnit, index, indexType, in FORMAT_41C() 699 IndexType indexType = OpcodeInfo.getIndexType(opcodeUnit); in FORMAT_52C() local 701 this, opcodeUnit, index, indexType, in FORMAT_52C() [all …]
|
D | DecodedInstruction.java | 50 private final IndexType indexType; field in DecodedInstruction 102 int index, IndexType indexType, int target, long literal) { in DecodedInstruction() argument 114 this.indexType = indexType; in DecodedInstruction() 146 return indexType; in getIndexType()
|
D | ZeroRegisterDecodedInstruction.java | 29 int index, IndexType indexType, int target, long literal) { in ZeroRegisterDecodedInstruction() argument 30 super(format, opcode, index, indexType, target, literal); in ZeroRegisterDecodedInstruction()
|
D | OneRegisterDecodedInstruction.java | 32 int index, IndexType indexType, int target, long literal, in OneRegisterDecodedInstruction() argument 34 super(format, opcode, index, indexType, target, literal); in OneRegisterDecodedInstruction()
|
D | RegisterRangeDecodedInstruction.java | 36 int index, IndexType indexType, int target, long literal, in RegisterRangeDecodedInstruction() argument 38 super(format, opcode, index, indexType, target, literal); in RegisterRangeDecodedInstruction()
|
D | TwoRegisterDecodedInstruction.java | 35 int index, IndexType indexType, int target, long literal, in TwoRegisterDecodedInstruction() argument 37 super(format, opcode, index, indexType, target, literal); in TwoRegisterDecodedInstruction()
|
D | ThreeRegisterDecodedInstruction.java | 38 int index, IndexType indexType, int target, long literal, in ThreeRegisterDecodedInstruction() argument 40 super(format, opcode, index, indexType, target, literal); in ThreeRegisterDecodedInstruction()
|
D | FourRegisterDecodedInstruction.java | 41 int index, IndexType indexType, int target, long literal, in FourRegisterDecodedInstruction() argument 43 super(format, opcode, index, indexType, target, literal); in FourRegisterDecodedInstruction()
|
D | FiveRegisterDecodedInstruction.java | 44 int index, IndexType indexType, int target, long literal, in FiveRegisterDecodedInstruction() argument 46 super(format, opcode, index, indexType, target, literal); in FiveRegisterDecodedInstruction()
|
/external/deqp/modules/gles3/functional/ |
D | es3fPrimitiveRestartTests.cpp | 91 … char* name, const char* description, PrimitiveType primType, IndexType indexType, Function functi… 131 … char* name, const char* description, PrimitiveType primType, IndexType indexType, Function functi… in PrimitiveRestartCase() argument 134 , m_indexType (indexType) in PrimitiveRestartCase() 674 for (int indexType = 0; indexType < (int)PrimitiveRestartCase::INDEX_LAST; indexType++) in init() local 676 …const char *indexTypeName = indexType == (int)PrimitiveRestartCase::INDEX_UNSIGNED_BYTE ? "unsign… in init() 677 : indexType == (int)PrimitiveRestartCase::INDEX_UNSIGNED_SHORT ? "unsigned_short" in init() 678 : indexType == (int)PrimitiveRestartCase::INDEX_UNSIGNED_INT ? "unsigned_int" in init() 699 (PrimitiveRestartCase::IndexType)indexType, in init()
|
D | es3fVertexArrayObjectTests.cpp | 121 GLenum indexType; member 135 , indexType (GL_NONE) in Spec() 270 switch (m_spec.indexType) in generateIndices() 285 switch (m_spec.indexType) in generateIndices() 577 GLU_CHECK_CALL(glDrawElements(GL_TRIANGLES, m_spec.count, m_spec.indexType, m_indices)); in makeDrawCall() 579 …GLU_CHECK_CALL(glDrawElementsInstanced(GL_TRIANGLES, m_spec.count, m_spec.indexType, m_indices, m_… in makeDrawCall() 584 …GLU_CHECK_CALL(glDrawElements(GL_TRIANGLES, m_spec.count, m_spec.indexType, (GLvoid*)((GLintptr)m_… in makeDrawCall() 586 …GLU_CHECK_CALL(glDrawElementsInstanced(GL_TRIANGLES, m_spec.count, m_spec.indexType, (GLvoid*)((GL… in makeDrawCall() 749 m_spec.indexType = GL_NONE; in init() 846 switch (m_spec.indexType) in generateIndices() [all …]
|
D | es3fDrawTests.cpp | 108 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST; in genBasicSpec() 144 …d, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSp… 156 …d, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSp… in AttributeGroup() argument 160 , m_indexType (indexType) in AttributeGroup() 186 spec.indexType = m_indexType; in init() 221 spec.indexType = m_indexType; in init() 267 spec.indexType = m_indexType; in init() 327 spec.indexType = m_indexType; in init() 452 spec.indexType = indexTest.type; in init() 1036 …spec.indexType = random.chooseWeighted<gls::DrawTestSpec::IndexType> (DE_ARRAY_BEGIN(indexTypes… in init()
|
/external/deqp/framework/opengl/ |
D | gluDrawUtil.cpp | 128 …IndexBuffer (const RenderContext& context, IndexType indexType, int numIndices, const void* indi… 373 IndexBuffer::IndexBuffer (const RenderContext& context, IndexType indexType, int numIndices, const … in IndexBuffer() argument 380 gl.bufferData(GL_ELEMENT_ARRAY_BUFFER, numIndices*getIndexSize(indexType), indices, usage); in IndexBuffer() 459 if ((primitives.indexType == INDEXTYPE_LAST) != (primitives.indices == 0)) in isDrawCallValid() 485 …onst glw::Functions& gl, PrimitiveType type, int numElements, IndexType indexType, const void* ind… in drawIndexed() argument 488 deUint32 indexGLType = getIndexGLType(indexType); in drawIndexed() 516 …drawIndexed(gl, primitives.type, primitives.numElements, primitives.indexType, primitives.indices); in drawFromUserPointers() 549 …IndexBuffer indexBuffer(context, primitives.indexType, primitives.numElements, primitives.indices); in drawFromBuffers() 556 drawIndexed(gl, primitives.type, primitives.numElements, primitives.indexType, 0); in drawFromBuffers()
|
D | gluDrawUtil.hpp | 163 IndexType indexType; //!< Index type or INDEXTYPE_LAST if not used member 169 , indexType (INDEXTYPE_LAST) in PrimitiveList() 177 , indexType (indexType_) in PrimitiveList() 185 , indexType (INDEXTYPE_LAST) in PrimitiveList()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/ |
D | btTriangleIndexVertexArray.h | 90 void addIndexedMesh(const btIndexedMesh& mesh, PHY_ScalarType indexType = PHY_INTEGER) in ATTRIBUTE_ALIGNED16() 93 m_indexedMeshes[m_indexedMeshes.size()-1].m_indexType = indexType; in ATTRIBUTE_ALIGNED16()
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
D | btTriangleIndexVertexArray.java | 170 public btTriangleIndexVertexArray addIndexedMesh(final btIndexedMesh mesh, int indexType) { in addIndexedMesh() argument 172 internalAddIndexedMesh(mesh, indexType); in addIndexedMesh() 194 private void internalAddIndexedMesh(btIndexedMesh mesh, int indexType) { in internalAddIndexedMesh() argument 195 …Array_internalAddIndexedMesh__SWIG_0(swigCPtr, this, btIndexedMesh.getCPtr(mesh), mesh, indexType); in internalAddIndexedMesh()
|
/external/deqp/modules/glshared/ |
D | glsDrawTest.cpp | 176 static deUint32 indexTypeToGL (DrawTestSpec::IndexType indexType) in indexTypeToGL() argument 185 return de::getSizedArrayElement<DrawTestSpec::INDEXTYPE_LAST>(indexTypes, (int)indexType); in indexTypeToGL() 1846 …d drawMethod, int firstVertex, int vertexCount, DrawTestSpec::IndexType indexType, const void* ind… 1925 …d drawMethod, int firstVertex, int vertexCount, DrawTestSpec::IndexType indexType, const void* ind… in render() argument 1974 m_ctx.drawElements(primitiveToGL(primitive), vertexCount, indexTypeToGL(indexType), indexOffset); in render() 1979 …rimitiveToGL(primitive), rangeStart, rangeEnd, vertexCount, indexTypeToGL(indexType), indexOffset); in render() 1984 …m_ctx.drawElementsInstanced(primitiveToGL(primitive), vertexCount, indexTypeToGL(indexType), index… in render() 2048 …dexOffset - (const deUint8*)DE_NULL) % gls::DrawTestSpec::indexTypeSize(indexType) == 0); // \note… in render() 2052 …nst deUint8*)indexOffset - (const deUint8*)DE_NULL) / gls::DrawTestSpec::indexTypeSize(indexType)); in render() 2078 …m_ctx.drawElementsIndirect(primitiveToGL(primitive), indexTypeToGL(indexType), (const deInt8*)DE_N… in render() [all …]
|
/external/skia/src/gpu/gl/ |
D | GrGLPathRendering.cpp | 155 const void* indices, PathIndexType indexType, in onDrawPaths() argument 176 count, gIndexType2GLType[indexType], indices, glPathRange->basePathID(), in onDrawPaths() 181 count, gIndexType2GLType[indexType], indices, glPathRange->basePathID(), in onDrawPaths() 186 count, gIndexType2GLType[indexType], indices, glPathRange->basePathID(), in onDrawPaths()
|
/external/deqp/modules/gles2/functional/ |
D | es2fDrawTests.cpp | 77 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST; in genBasicSpec() 114 …d, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSp… 126 …d, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSp… in AttributeGroup() argument 130 , m_indexType (indexType) in AttributeGroup() 150 spec.indexType = m_indexType; in init() 185 spec.indexType = m_indexType; in init() 231 spec.indexType = m_indexType; in init() 351 spec.indexType = indexTest.type; in init() 601 …spec.indexType = random.chooseWeighted<gls::DrawTestSpec::IndexType> (DE_ARRAY_BEGIN(indexTypes… in init()
|
/external/deqp/modules/gles2/stress/ |
D | es2sDrawTests.cpp | 50 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST; in genBasicSpec() 140 spec.indexType = indexTest.type; in init() 315 …spec.indexType = random.chooseWeighted<gls::DrawTestSpec::IndexType> (DE_ARRAY_BEGIN(indexTypes… in init()
|
/external/deqp/framework/referencerenderer/ |
D | rrRenderer.hpp | 84 const IndexType indexType; member
|