| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
| D | IndexBuffer.cpp | 125 gl::DrawElementsType indexType) in setBufferSize() 145 gl::DrawElementsType indexType) in reserveBufferSpace() 171 gl::DrawElementsType indexType) in reserveBufferSpace()
|
| D | IndexDataManager.h | 58 gl::DrawElementsType indexType; member
|
| D | IndexDataManager.cpp | 285 gl::DrawElementsType indexType, in GetIndexTranslationDestType()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| D | IndexBuffer11.cpp | 31 gl::DrawElementsType indexType, in initialize() 112 gl::DrawElementsType indexType) in setSize()
|
| D | VertexArray11.cpp | 196 gl::DrawElementsType indexType, in updateElementArrayStorage()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| D | IndexBuffer9.cpp | 32 gl::DrawElementsType indexType, in initialize() 112 gl::DrawElementsType indexType) in setSize()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineInputAssemblyTests.cpp | 229 VkIndexType indexType) in InputAssemblyTest() 346 bool InputAssemblyTest::isRestartIndex (VkIndexType indexType, deUint32 indexValue) in isRestartIndex() 356 deUint32 InputAssemblyTest::getRestartIndex (VkIndexType indexType) in getRestartIndex() 373 VkIndexType indexType) in PrimitiveTopologyTest() 378 …eateBufferData (VkPrimitiveTopology topology, int primitiveCount, VkIndexType indexType, std::vect… in createBufferData() 717 VkIndexType indexType) in PrimitiveRestartTest() 754 …eateBufferData (VkPrimitiveTopology topology, int primitiveCount, VkIndexType indexType, std::vect… in createBufferData() 1060 VkIndexType indexType, in createListPrimitives() 1125 VkIndexType indexType, in InputAssemblyInstance()
|
| D | vktPipelinePushConstantTests.cpp | 275 IndexType indexType) in PushConstantGraphicsTestInstance() 700 IndexType indexType) in PushConstantGraphicsDisjointInstance() 842 IndexType indexType) in PushConstantGraphicsOverlapTestInstance() 1046 const IndexType indexType) in PushConstantGraphicsTest() 1106 const IndexType indexType) in PushConstantGraphicsDisjointTest() 2978 IndexType indexType; in createPushConstantTests() member
|
| /third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
| D | IndexDataManagerTest.cpp | 28 MockIndexBuffer(unsigned int bufferSize, gl::DrawElementsType indexType) in MockIndexBuffer() 52 MockBufferFactoryD3D(unsigned int bufferSize, gl::DrawElementsType indexType) in MockBufferFactoryD3D()
|
| D | DrawElementsPerf.cpp | 214 P CombineIndexType(const P &in, GLenum indexType) in CombineIndexType()
|
| /third_party/skia/src/gpu/mtl/ |
| D | GrMtlRenderCommandEncoder.h | 202 MTLIndexType indexType, id<MTLBuffer> indexBuffer, in drawIndexedPrimitives() 211 MTLIndexType indexType, id<MTLBuffer> indexBuffer, in drawIndexedPrimitives() 226 MTLIndexType indexType, id<MTLBuffer> indexBuffer, in drawIndexedPrimitives()
|
| /third_party/skia/experimental/graphite/src/mtl/ |
| D | MtlRenderCommandEncoder.h | 206 MTLIndexType indexType, id<MTLBuffer> indexBuffer, in drawIndexedPrimitives() 215 MTLIndexType indexType, id<MTLBuffer> indexBuffer, in drawIndexedPrimitives() 230 MTLIndexType indexType, id<MTLBuffer> indexBuffer, in drawIndexedPrimitives()
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| D | VkCommandBuffer.hpp | 161 VkIndexType indexType; member
|
| /third_party/lzma/CPP/7zip/UI/Common/ |
| D | UpdateCallback.cpp | 730 STDMETHODIMP CArchiveUpdateCallback::ReportOperation(UInt32 indexType, UInt32 index, UInt32 op) in ReportOperation() 790 STDMETHODIMP CArchiveUpdateCallback::ReportExtractResult(UInt32 indexType, UInt32 index, Int32 opRe… in ReportExtractResult()
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | LineLoopTest.cpp | 107 void runTest(GLenum indexType, GLuint indexBuffer, const void *indexPtr) in runTest() 487 void runTest(GLenum indexType, in runTest()
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| D | es3fPrimitiveRestartTests.cpp | 131 …const char* name, const char* description, PrimitiveType primType, IndexType indexType, Function f… in PrimitiveRestartCase() 689 for (int indexType = 0; indexType < (int)PrimitiveRestartCase::INDEX_LAST; indexType++) in init() local
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| D | utilities.cpp | 692 IndexRange ComputeIndexRange(DrawElementsType indexType, in ComputeIndexRange() 717 GLuint GetPrimitiveRestartIndex(DrawElementsType indexType) in GetPrimitiveRestartIndex()
|
| /third_party/vk-gl-cts/framework/referencerenderer/ |
| D | rrRenderer.hpp | 84 const IndexType indexType; member
|
| /third_party/googletest/googletest/src/hwext/ |
| D | gtest-ext.cc | 174 int indexType = 0; in getTestFlags() local
|
| /third_party/vk-gl-cts/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
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
| D | MonomorphizeUnsupportedFunctions.cpp | 220 TType *indexType = new TType(index->getType()); in MonomorphizeFunction() local
|
| /third_party/mesa3d/src/panfrost/vulkan/ |
| D | panvk_cmd_buffer.c | 66 VkIndexType indexType) in panvk_CmdBindIndexBuffer()
|
| /third_party/vk-gl-cts/modules/glshared/ |
| D | glsDrawTest.hpp | 228 IndexType indexType; //!< used only if drawMethod = DrawElements* member
|
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| D | es2fDrawTests.cpp | 126 …thod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, g… in AttributeGroup()
|