Home
last modified time | relevance | path

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

1234

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DIndexDataManager.h58 gl::DrawElementsType indexType; member
H A DIndexBuffer.cpp123 setBufferSize(const gl::Context *context, unsigned int bufferSize, gl::DrawElementsType indexType) setBufferSize() argument
143 reserveBufferSpace(const gl::Context *context, unsigned int size, gl::DrawElementsType indexType) reserveBufferSpace() argument
169 reserveBufferSpace(const gl::Context *context, unsigned int size, gl::DrawElementsType indexType) reserveBufferSpace() argument
H A DIndexDataManager.cpp283 GetIndexTranslationDestType(const gl::Context *context, GLsizei indexCount, gl::DrawElementsType indexType, const void *indices, bool usePrimitiveRestartWorkaround, gl::DrawElementsType *destTypeOut) GetIndexTranslationDestType() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DIndexBuffer9.cpp30 initialize(const gl::Context *context, unsigned int bufferSize, gl::DrawElementsType indexType, bool dynamic) initialize() argument
110 setSize(const gl::Context *context, unsigned int bufferSize, gl::DrawElementsType indexType) setSize() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DIndexBuffer11.cpp29 initialize(const gl::Context *context, unsigned int bufferSize, gl::DrawElementsType indexType, bool dynamic) initialize() argument
110 setSize(const gl::Context *context, unsigned int bufferSize, gl::DrawElementsType indexType) setSize() argument
H A DVertexArray11.cpp194 updateElementArrayStorage(const gl::Context *context, GLsizei indexCount, gl::DrawElementsType indexType, const void *indices, bool restartEnabled) updateElementArrayStorage() argument
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DIndexDataManagerTest.cpp28 MockIndexBuffer(unsigned int bufferSize, gl::DrawElementsType indexType) in MockIndexBuffer() argument
52 MockBufferFactoryD3D(unsigned int bufferSize, gl::DrawElementsType indexType) in MockBufferFactoryD3D() argument
H A DDrawElementsPerf.cpp214 P CombineIndexType(const P &in, GLenum indexType) in CombineIndexType() argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkCommandBuffer.hpp161 VkIndexType indexType; member
/third_party/googletest/googletest/src/hwext/
H A Dgtest-ext.cc174 int indexType = 0; in getTestFlags() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DLineLoopTest.cpp107 void runTest(GLenum indexType, GLuint indexBuffer, const void *indexPtr) in runTest() argument
487 void runTest(GLenum indexType, in runTest() argument
H A DSimpleOperationTest.cpp931 void SimpleOperationTest::testDrawElementsLineLoopUsingClientSideMemory(GLenum indexType, in testDrawElementsLineLoopUsingClientSideMemory() argument
/third_party/skia/src/gpu/mtl/
H A DGrMtlRenderCommandEncoder.h201 drawIndexedPrimitives(MTLPrimitiveType primitiveType, NSUInteger indexCount, MTLIndexType indexType, id<MTLBuffer> indexBuffer, NSUInteger indexBufferOffset) drawIndexedPrimitives() argument
/third_party/vk-gl-cts/framework/opengl/
H A DgluDrawUtil.hpp163 IndexType indexType; //!< Index type or INDEXTYPE_LAST if not used member
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrRenderer.hpp84 const IndexType indexType; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawIndexedTest.cpp191 cmdBindIndexBufferImpl(vk::VkCommandBuffer commandBuffer, vk::VkBuffer indexBuffer, vk::VkDeviceSize offset, vk::VkDeviceSize dataSize, vk::VkIndexType indexType) cmdBindIndexBufferImpl() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DMonomorphizeUnsupportedFunctions.cpp220 TType *indexType = new TType(index->getType()); in MonomorphizeFunction() local
/third_party/lzma/CPP/7zip/UI/Common/
H A DUpdateCallback.cpp769 Z7_COM7F_IMF(CArchiveUpdateCallback::ReportOperation(UInt32 indexType, UInt32 index, UInt32 op)) in ReportOperation() argument
829 Z7_COM7F_IMF(CArchiveUpdateCallback::ReportExtractResult(UInt32 indexType, UInt32 index, Int32 opRes)) in ReportExtractResult() argument
[all...]
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_cmd_buffer.c63 panvk_CmdBindIndexBuffer(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) panvk_CmdBindIndexBuffer() argument
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DContext.hpp49 VkIndexType indexType; member
H A DRenderer.hpp157 VkIndexType indexType; member
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fPrimitiveRestartTests.cpp131 PrimitiveRestartCase::PrimitiveRestartCase (Context& context, const char* name, const char* description, PrimitiveType primType, IndexType indexType, Function function, bool beginWithRestart, bool endWithRestart, bool duplicateRestarts) in PrimitiveRestartCase() argument
[all...]
H A Des3fVertexArrayObjectTests.cpp121 GLenum indexType; member
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fDrawElementsBaseVertexTests.cpp629 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) in AttributeGroup() argument
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_beta.h201 VkIndexType indexType; member

Completed in 24 milliseconds

1234