Home
last modified time | relevance | path

Searched defs:getIndexType (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DIndexBuffer11.cpp100 gl::DrawElementsType IndexBuffer11::getIndexType() const in getIndexType() function in rx::IndexBuffer11
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DIndexBuffer9.cpp100 gl::DrawElementsType IndexBuffer9::getIndexType() const in getIndexType() function in rx::IndexBuffer9
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DIndexBuffer.cpp53 gl::DrawElementsType IndexBufferInterface::getIndexType() const in getIndexType() function in rx::IndexBufferInterface
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DIndexDataManagerTest.cpp41 gl::DrawElementsType getIndexType() const override { return mIndexType; } in getIndexType() function in __anoneca333860111::MockIndexBuffer
/third_party/vk-gl-cts/framework/referencerenderer/
DrrRenderer.hpp99 inline IndexType getIndexType (void) const { return m_indexType; } in getIndexType() function in rr::PrimitiveList
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroInternal.h144 IntegerType *getIndexType() const { in getIndexType() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDataLayout.cpp796 Type *DataLayout::getIndexType(Type *Ty) const { in getIndexType() function in DataLayout
/third_party/skia/third_party/externals/swiftshader/src/Device/
DContext.hpp41 inline VkIndexType getIndexType() const { return indexType; } in getIndexType() function
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkRayTracingUtil.hpp98 inline VkIndexType getIndexType (void) const { return m_indexType; } in getIndexType() function in vk::RaytracedGeometryBase
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h411 TypeIndex getIndexType() const { return IndexType; } in getIndexType() function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktSynchronizationOperation.cpp176 VkIndexType getIndexType (void) const { return VK_INDEX_TYPE_UINT32; } in getIndexType() function in vkt::synchronization::__anonb7548e190111::VertexGrid
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp177 VkIndexType getIndexType (void) const { return VK_INDEX_TYPE_UINT32; } in getIndexType() function in vkt::synchronization::__anon7824a3790111::VertexGrid
/third_party/typescript/lib/
Dtsc.js55161 function getIndexType(type, stringsOnly = keyofStringsOnly, noIndexSignatures) { function