/external/skia/src/gpu/ |
D | GrPathRange.cpp | 27 void GrPathRange::loadPathsIfNeeded(const void* indices, PathIndexType indexType, int count) const { in loadPathsIfNeeded() 42 void GrPathRange::assertPathsLoaded(const void* indices, PathIndexType indexType, int count) const { in assertPathsLoaded()
|
D | GrPathRendering.h | 176 PathIndexType indexType, const float transformValues[], in drawPaths()
|
/external/jdiff/src/jdiff/ |
D | HTMLIndexes.java | 69 APIDiff apiDiff, int indexType, in emitBottomLeftFile() 164 private void emitIndexHeader(String indexName, int indexType, in emitIndexHeader() 243 public void emitPackagesIndex(APIDiff apiDiff, int indexType) { in emitPackagesIndex() 444 public void emitClassesIndex(APIDiff apiDiff, int indexType) { in emitClassesIndex() 540 public void emitConstructorsIndex(APIDiff apiDiff, int indexType) { in emitConstructorsIndex() 639 public void emitMethodsIndex(APIDiff apiDiff, int indexType) { in emitMethodsIndex() 755 public void emitFieldsIndex(APIDiff apiDiff, int indexType) { in emitFieldsIndex() 869 public void emitAllDiffsIndex(APIDiff apiDiff, int indexType) { in emitAllDiffsIndex()
|
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
D | ZeroRegisterDecodedInstruction.java | 29 int index, IndexType indexType, int target, long literal) { in ZeroRegisterDecodedInstruction()
|
D | OneRegisterDecodedInstruction.java | 32 int index, IndexType indexType, int target, long literal, in OneRegisterDecodedInstruction()
|
D | RegisterRangeDecodedInstruction.java | 36 int index, IndexType indexType, int target, long literal, in RegisterRangeDecodedInstruction()
|
D | TwoRegisterDecodedInstruction.java | 35 int index, IndexType indexType, int target, long literal, in TwoRegisterDecodedInstruction()
|
D | ThreeRegisterDecodedInstruction.java | 38 int index, IndexType indexType, int target, long literal, in ThreeRegisterDecodedInstruction()
|
D | FourRegisterDecodedInstruction.java | 41 int index, IndexType indexType, int target, long literal, in FourRegisterDecodedInstruction()
|
D | DecodedInstruction.java | 50 private final IndexType indexType; field in DecodedInstruction 102 int index, IndexType indexType, int target, long literal) { in DecodedInstruction()
|
D | FiveRegisterDecodedInstruction.java | 44 int index, IndexType indexType, int target, long literal, in FiveRegisterDecodedInstruction()
|
D | InstructionCodec.java | 261 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_21C() local 369 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_22C() local 503 IndexType indexType = OpcodeInfo.getIndexType(opcode); in FORMAT_31C() local 676 IndexType indexType = OpcodeInfo.getIndexType(opcodeUnit); in FORMAT_41C() local 699 IndexType indexType = OpcodeInfo.getIndexType(opcodeUnit); in FORMAT_52C() local 723 IndexType indexType = OpcodeInfo.getIndexType(opcodeUnit); in FORMAT_5RC() local 913 IndexType indexType = OpcodeInfo.getIndexType(opcode); in decodeRegisterList() local 973 IndexType indexType = OpcodeInfo.getIndexType(opcode); in decodeRegisterRange() local
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineInputAssemblyTests.cpp | 210 VkIndexType indexType) in InputAssemblyTest() 259 bool InputAssemblyTest::isRestartIndex (VkIndexType indexType, deUint32 indexValue) in isRestartIndex() 267 deUint32 InputAssemblyTest::getRestartIndex (VkIndexType indexType) in getRestartIndex() 286 …eateBufferData (VkPrimitiveTopology topology, int primitiveCount, VkIndexType indexType, std::vect… in createBufferData() 625 VkIndexType indexType) in PrimitiveRestartTest() 640 …eateBufferData (VkPrimitiveTopology topology, int primitiveCount, VkIndexType indexType, std::vect… in createBufferData() 909 VkIndexType indexType, in InputAssemblyInstance()
|
/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() 194 private void internalAddIndexedMesh(btIndexedMesh mesh, int indexType) { in internalAddIndexedMesh()
|
/external/deqp/modules/gles3/functional/ |
D | es3fPrimitiveRestartTests.cpp | 131 …const char* name, const char* description, PrimitiveType primType, IndexType indexType, Function f… in PrimitiveRestartCase() 674 for (int indexType = 0; indexType < (int)PrimitiveRestartCase::INDEX_LAST; indexType++) in init() local
|
D | es3fDrawTests.cpp | 156 …thod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, g… in AttributeGroup()
|
/external/deqp/framework/referencerenderer/ |
D | rrRenderer.hpp | 84 const IndexType indexType; member
|
/external/skia/src/gpu/gl/ |
D | GrGLPathRendering.cpp | 155 const void* indices, PathIndexType indexType, in onDrawPaths()
|
/external/deqp/framework/opengl/ |
D | gluDrawUtil.cpp | 373 IndexBuffer::IndexBuffer (const RenderContext& context, IndexType indexType, int numIndices, const … in IndexBuffer() 485 …ed (const glw::Functions& gl, PrimitiveType type, int numElements, IndexType indexType, const void… in drawIndexed()
|
D | gluDrawUtil.hpp | 163 IndexType indexType; //!< Index type or INDEXTYPE_LAST if not used member
|
/external/libgdx/extensions/gdx-bullet/jni/swig/collision/ |
D | btTriangleIndexVertexArray.i | 311 public btTriangleIndexVertexArray addIndexedMesh(final btIndexedMesh mesh, int indexType) { in addIndexedMesh()
|
/external/dexmaker/src/dx/java/com/android/dx/io/ |
D | OpcodeInfo.java | 1434 private final IndexType indexType; field in OpcodeInfo.Info 1437 IndexType indexType) { in Info()
|
/external/deqp/modules/glshared/ |
D | glsDrawTest.hpp | 223 IndexType indexType; //!< used only if drawMethod = DrawElements* member
|
/external/deqp/modules/gles2/functional/ |
D | es2fDrawTests.cpp | 126 …thod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, g… in AttributeGroup()
|
/external/skia/src/animator/ |
D | SkScript.cpp | 1152 SkOpType indexType; in logicalOp() local
|