/external/jdiff/src/jdiff/ |
D | HTMLIndexes.java | 69 APIDiff apiDiff, int indexType, in emitBottomLeftFile() 164 private void emitIndexHeader(String indexName, int indexType, in emitIndexHeader() 238 public void emitPackagesIndex(APIDiff apiDiff, int indexType) { in emitPackagesIndex() 440 public void emitClassesIndex(APIDiff apiDiff, int indexType) { in emitClassesIndex() 536 public void emitConstructorsIndex(APIDiff apiDiff, int indexType) { in emitConstructorsIndex() 635 public void emitMethodsIndex(APIDiff apiDiff, int indexType) { in emitMethodsIndex() 751 public void emitFieldsIndex(APIDiff apiDiff, int indexType) { in emitFieldsIndex() 864 public void emitAllDiffsIndex(APIDiff apiDiff, int indexType) { in emitAllDiffsIndex()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineInputAssemblyTests.cpp | 211 VkIndexType indexType) in InputAssemblyTest() 260 bool InputAssemblyTest::isRestartIndex (VkIndexType indexType, deUint32 indexValue) in isRestartIndex() 268 deUint32 InputAssemblyTest::getRestartIndex (VkIndexType indexType) in getRestartIndex() 287 …eateBufferData (VkPrimitiveTopology topology, int primitiveCount, VkIndexType indexType, std::vect… in createBufferData() 626 VkIndexType indexType) in PrimitiveRestartTest() 641 …eateBufferData (VkPrimitiveTopology topology, int primitiveCount, VkIndexType indexType, std::vect… in createBufferData() 910 VkIndexType indexType, in InputAssemblyInstance()
|
D | vktPipelinePushConstantTests.cpp | 248 IndexType indexType) in PushConstantGraphicsTestInstance() 673 IndexType indexType) in PushConstantGraphicsDisjointInstance() 815 IndexType indexType) in PushConstantGraphicsOverlapTestInstance() 1019 const IndexType indexType) in PushConstantGraphicsTest() 1079 const IndexType indexType) in PushConstantGraphicsDisjointTest() 1883 IndexType indexType; in createPushConstantTests() member
|
/external/lzma/CPP/7zip/UI/Common/ |
D | UpdateCallback.cpp | 581 STDMETHODIMP CArchiveUpdateCallback::ReportOperation(UInt32 indexType, UInt32 index, UInt32 op) in ReportOperation() 639 STDMETHODIMP CArchiveUpdateCallback::ReportExtractResult(UInt32 indexType, UInt32 index, Int32 opRe… in ReportExtractResult()
|
D | ArchiveExtractCallback.cpp | 1612 STDMETHODIMP CArchiveExtractCallback::ReportExtractResult(UInt32 indexType, UInt32 index, Int32 opR… in ReportExtractResult()
|
/external/deqp/framework/referencerenderer/ |
D | rrRenderer.hpp | 84 const IndexType indexType; member
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | fetch_jit.h | 100 SWR_FORMAT indexType; member
|
/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()
|
D | es3fVertexArrayObjectTests.cpp | 121 GLenum indexType; member
|
/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/syzkaller/vendor/golang.org/x/net/http2/hpack/ |
D | hpack.go | 281 type indexType int type
|
/external/deqp/modules/glshared/ |
D | glsDrawTest.hpp | 228 IndexType indexType; //!< used only if drawMethod = DrawElements* member
|
D | glsDrawTest.cpp | 177 static deUint32 indexTypeToGL (DrawTestSpec::IndexType indexType) in indexTypeToGL() 1842 …c::DrawMethod drawMethod, int firstVertex, int vertexCount, DrawTestSpec::IndexType indexType, con… in render()
|
/external/deqp/modules/gles2/functional/ |
D | es2fDrawTests.cpp | 126 …thod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, g… in AttributeGroup()
|
/external/deqp/modules/gles31/functional/ |
D | es31fDrawElementsBaseVertexTests.cpp | 612 …thod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, g… in AttributeGroup()
|
D | es31fDrawTests.cpp | 245 …thod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, g… in AttributeGroup() 2628 …const glw::GLenum indexType = (m_drawType == DRAW_ELEMENTS_BAD_INDEX) ? (0x123) : (GL_UNSIGNED_SH… in iterate() local
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkTypeUtil.inl | 490 …kObjectEntryTypeNVX type, VkObjectEntryUsageFlagsNVX flags, VkBuffer buffer, VkIndexType indexType)
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingDescriptorSetRandomTests.cpp | 98 IndexType indexType; member
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktBasicDrawTests.cpp | 119 const vk::VkIndexType indexType; member
|
/external/vulkan-validation-layers/tests/ |
D | vkrenderframework.cpp | 1763 …dBufferObj::BindIndexBuffer(VkBufferObj *indexBuffer, VkDeviceSize offset, VkIndexType indexType) { in BindIndexBuffer()
|
/external/swiftshader/src/Vulkan/ |
D | VkCommandBuffer.cpp | 671 void CommandBuffer::bindIndexBuffer(VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) in bindIndexBuffer()
|
/external/mesa3d/prebuilt-intermediates/vulkan/ |
D | anv_entrypoints.c | 3472 …xBuffer(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) in anv_tramp_CmdBindIndexBuffer()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 4262 static deUint32 getFixedRestartIndex (rr::IndexType indexType) in getFixedRestartIndex() 4353 const rr::IndexType indexType = primitives.getIndexType(); in drawWithReference() local
|