Searched defs:indexType (Results 1 - 25 of 41) sorted by relevance

12

/external/skia/src/gpu/
H A DGrPathRange.cpp27 void GrPathRange::loadPathsIfNeeded(const void* indices, PathIndexType indexType, int count) const { argument
28 switch (indexType) {
42 void GrPathRange::assertPathsLoaded(const void* indices, PathIndexType indexType, int count) const { argument
43 switch (indexType) {
H A DGrPathRendering.h176 PathIndexType indexType, const float transformValues[],
183 pathRange->assertPathsLoaded(indices, indexType, count);
185 this->onDrawPaths(args, pathRange, indices, indexType, transformValues, transformType,
175 drawPaths(const DrawPathArgs& args, const GrPathRange* pathRange, const void* indices, PathIndexType indexType, const float transformValues[], PathTransformType transformType, int count) argument
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DZeroRegisterDecodedInstruction.java29 int index, IndexType indexType, int target, long literal) {
30 super(format, opcode, index, indexType, target, literal);
28 ZeroRegisterDecodedInstruction(InstructionCodec format, int opcode, int index, IndexType indexType, int target, long literal) argument
H A DOneRegisterDecodedInstruction.java32 int index, IndexType indexType, int target, long literal,
34 super(format, opcode, index, indexType, target, literal);
31 OneRegisterDecodedInstruction(InstructionCodec format, int opcode, int index, IndexType indexType, int target, long literal, int a) argument
H A DRegisterRangeDecodedInstruction.java36 int index, IndexType indexType, int target, long literal,
38 super(format, opcode, index, indexType, target, literal);
35 RegisterRangeDecodedInstruction(InstructionCodec format, int opcode, int index, IndexType indexType, int target, long literal, int a, int registerCount) argument
H A DTwoRegisterDecodedInstruction.java35 int index, IndexType indexType, int target, long literal,
37 super(format, opcode, index, indexType, target, literal);
34 TwoRegisterDecodedInstruction(InstructionCodec format, int opcode, int index, IndexType indexType, int target, long literal, int a, int b) argument
H A DFiveRegisterDecodedInstruction.java44 int index, IndexType indexType, int target, long literal,
46 super(format, opcode, index, indexType, target, literal);
43 FiveRegisterDecodedInstruction(InstructionCodec format, int opcode, int index, IndexType indexType, int target, long literal, int a, int b, int c, int d, int e) argument
H A DFourRegisterDecodedInstruction.java41 int index, IndexType indexType, int target, long literal,
43 super(format, opcode, index, indexType, target, literal);
40 FourRegisterDecodedInstruction(InstructionCodec format, int opcode, int index, IndexType indexType, int target, long literal, int a, int b, int c, int d) argument
H A DThreeRegisterDecodedInstruction.java38 int index, IndexType indexType, int target, long literal,
40 super(format, opcode, index, indexType, target, literal);
37 ThreeRegisterDecodedInstruction(InstructionCodec format, int opcode, int index, IndexType indexType, int target, long literal, int a, int b, int c) argument
H A DDecodedInstruction.java50 private final IndexType indexType; field in class:DecodedInstruction
102 int index, IndexType indexType, int target, long literal) {
114 this.indexType = indexType;
146 return indexType;
101 DecodedInstruction(InstructionCodec format, int opcode, int index, IndexType indexType, int target, long literal) argument
/external/deqp/framework/referencerenderer/
H A DrrRenderer.hpp84 const IndexType indexType; member in struct:rr::DrawIndices
/external/skia/src/gpu/gl/
H A DGrGLPathRendering.cpp155 const void* indices, PathIndexType indexType,
176 count, gIndexType2GLType[indexType], indices, glPathRange->basePathID(),
181 count, gIndexType2GLType[indexType], indices, glPathRange->basePathID(),
186 count, gIndexType2GLType[indexType], indices, glPathRange->basePathID(),
154 onDrawPaths(const DrawPathArgs& args, const GrPathRange* pathRange, const void* indices, PathIndexType indexType, const float transformValues[], PathTransformType transformType, int count) argument
/external/deqp/framework/opengl/
H A DgluDrawUtil.hpp163 IndexType indexType; //!< Index type or INDEXTYPE_LAST if not used member in struct:glu::PrimitiveList
169 , indexType (INDEXTYPE_LAST)
177 , indexType (indexType_)
185 , indexType (INDEXTYPE_LAST)
H A DgluDrawUtil.cpp128 IndexBuffer (const RenderContext& context, IndexType indexType, int numIndices, const void* indices);
373 IndexBuffer::IndexBuffer (const RenderContext& context, IndexType indexType, int numIndices, const void* indices) argument
380 gl.bufferData(GL_ELEMENT_ARRAY_BUFFER, numIndices*getIndexSize(indexType), indices, usage);
459 if ((primitives.indexType == INDEXTYPE_LAST) != (primitives.indices == 0))
485 static inline void drawIndexed (const glw::Functions& gl, PrimitiveType type, int numElements, IndexType indexType, const void* indexPtr) argument
488 deUint32 indexGLType = getIndexGLType(indexType);
516 drawIndexed(gl, primitives.type, primitives.numElements, primitives.indexType, primitives.indices);
549 IndexBuffer indexBuffer(context, primitives.indexType, primitives.numElements, primitives.indices);
556 drawIndexed(gl, primitives.type, primitives.numElements, primitives.indexType, 0);
/external/jdiff/src/jdiff/
H A DHTMLIndexes.java32 // indexType values: 0 = removals only, 1 = additions only,
45 for (int indexType = 0; indexType < 3; indexType++) {
46 emitBottomLeftFile(packagesIndexName, apiDiff, indexType, "Package");
47 emitBottomLeftFile(classesIndexName, apiDiff, indexType, "Class");
48 emitBottomLeftFile(constructorsIndexName, apiDiff, indexType, "Constructor");
49 emitBottomLeftFile(methodsIndexName, apiDiff, indexType, "Method");
50 emitBottomLeftFile(fieldsIndexName, apiDiff, indexType, "Field");
51 emitBottomLeftFile(allDiffsIndexName, apiDiff, indexType, "Al
68 emitBottomLeftFile(String indexBaseName, APIDiff apiDiff, int indexType, String programElementType) argument
164 emitIndexHeader(String indexName, int indexType, boolean hasRemovals, boolean hasAdditions, boolean hasChanges) argument
243 emitPackagesIndex(APIDiff apiDiff, int indexType) argument
444 emitClassesIndex(APIDiff apiDiff, int indexType) argument
540 emitConstructorsIndex(APIDiff apiDiff, int indexType) argument
639 emitMethodsIndex(APIDiff apiDiff, int indexType) argument
755 emitFieldsIndex(APIDiff apiDiff, int indexType) argument
869 emitAllDiffsIndex(APIDiff apiDiff, int indexType) argument
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fDrawTests.cpp77 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST;
114 AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage);
126 AttributeGroup::AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage) argument
130 , m_indexType (indexType)
150 spec.indexType = m_indexType;
185 spec.indexType = m_indexType;
231 spec.indexType = m_indexType;
351 spec.indexType = indexTest.type;
601 spec.indexType = random.chooseWeighted<gls::DrawTestSpec::IndexType> (DE_ARRAY_BEGIN(indexTypes), DE_ARRAY_END(indexTypes), indexTypeWeights.weights);
/external/deqp/modules/gles3/functional/
H A Des3fPrimitiveRestartTests.cpp91 PrimitiveRestartCase (Context& context, const char* name, const char* description, PrimitiveType primType, IndexType indexType, Function function, bool beginWithRestart, bool endWithRestart, bool duplicateRestarts);
131 PrimitiveRestartCase::PrimitiveRestartCase (Context& context, const char* name, const char* description, PrimitiveType primType, IndexType indexType, Function function, bool beginWithRestart, bool endWithRestart, bool duplicateRestarts) argument
134 , m_indexType (indexType)
674 for (int indexType = 0; indexType < (int)PrimitiveRestartCase::INDEX_LAST; indexType++)
676 const char *indexTypeName = indexType == (int)PrimitiveRestartCase::INDEX_UNSIGNED_BYTE ? "unsigned_byte"
677 : indexType == (int)PrimitiveRestartCase::INDEX_UNSIGNED_SHORT ? "unsigned_short"
678 : indexType == (int)PrimitiveRestartCase::INDEX_UNSIGNED_INT ? "unsigned_int"
699 (PrimitiveRestartCase::IndexType)indexType,
[all...]
H A Des3fVertexArrayObjectTests.cpp121 GLenum indexType; member in struct:deqp::gles3::Functional::__anon4288::Spec
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...]
H A Des3fDrawTests.cpp108 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST;
144 AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage);
156 AttributeGroup::AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage) argument
160 , m_indexType (indexType)
186 spec.indexType = m_indexType;
221 spec.indexType = m_indexType;
267 spec.indexType = m_indexType;
327 spec.indexType = m_indexType;
452 spec.indexType = indexTest.type;
1036 spec.indexType
[all...]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineInputAssemblyTests.cpp71 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)
216 , m_indexType (indexType)
204 InputAssemblyTest(tcu::TestContext& testContext, const std::string& name, const std::string& description, VkPrimitiveTopology primitiveTopology, int primitiveCount, bool testPrimitiveRestart, VkIndexType indexType) argument
259 isRestartIndex(VkIndexType indexType, deUint32 indexValue) argument
267 getRestartIndex(VkIndexType indexType) argument
286 createBufferData(VkPrimitiveTopology topology, int primitiveCount, VkIndexType indexType, std::vector<deUint32>& indexData, std::vector<Vertex4RGBA>& vertexData) const argument
621 PrimitiveRestartTest(tcu::TestContext& testContext, const std::string& name, const std::string& description, VkPrimitiveTopology primitiveTopology, VkIndexType indexType) argument
640 createBufferData(VkPrimitiveTopology topology, int primitiveCount, VkIndexType indexType, std::vector<deUint32>& indexData, std::vector<Vertex4RGBA>& vertexData) const argument
906 InputAssemblyInstance(Context& context, VkPrimitiveTopology primitiveTopology, bool testPrimitiveRestart, VkIndexType indexType, const std::vector<deUint32>& indexBufferData, const std::vector<Vertex4RGBA>& vertexBufferData) argument
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fDrawTests.cpp187 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST;
233 AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage);
245 AttributeGroup::AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage) argument
249 , m_indexType (indexType)
269 spec.indexType = m_indexType;
305 spec.indexType = m_indexType;
352 spec.indexType = m_indexType;
413 spec.indexType = m_indexType;
520 spec.indexType = indexTest.type;
587 spec.indexType
[all...]
/external/deqp/modules/glshared/
H A DglsDrawTest.hpp223 IndexType indexType; //!< used only if drawMethod = DrawElements* member in struct:deqp::gls::DrawTestSpec
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/guice/lib/build/jdiff/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/dexmaker/src/dx/java/com/android/dx/io/
H A DOpcodeInfo.java1434 private final IndexType indexType; field in class:OpcodeInfo.Info
1437 IndexType indexType) {
1441 this.indexType = indexType;
1457 return indexType;
1436 Info(int opcode, String name, InstructionCodec format, IndexType indexType) argument

Completed in 467 milliseconds

12