Home
last modified time | relevance | path

Searched defs:indexBuffer (Results 1 - 25 of 86) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DIndexDataManager.h37 sw::Resource *indexBuffer; member
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DIndexBufferValidationTests.cpp161 wgpu::Buffer indexBuffer = in TEST_F() local
230 wgpu::Buffer indexBuffer = in TEST_F() local
272 wgpu::Buffer indexBuffer = TEST_F() local
[all...]
H A DDrawIndirectValidationTests.cpp81 wgpu::Buffer indexBuffer = in TestIndirectOffset() local
H A DVertexBufferValidationTests.cpp294 wgpu::Buffer indexBuffer = in TEST_F() local
/third_party/skia/third_party/externals/angle2/samples/torus_lighting/
H A Dtorus.h18 void GenerateTorus(GLuint *vertexBuffer, GLuint *indexBuffer, GLsizei *indexCount) in GenerateTorus() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DIndexDataManager.h56 IndexBuffer *indexBuffer; member
H A DIndexDataManager.cpp243 IndexBufferInterface *indexBuffer = nullptr; in streamIndexData() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DDrawElementsTest.cpp137 GLBuffer indexBuffer; in TEST_P() local
292 GLBuffer indexBuffer; in TEST_P() local
486 GLBuffer indexBuffer; in TEST_P() local
[all...]
H A DSRGBFramebufferTest.cpp338 GLBuffer indexBuffer; in TEST_P() local
H A DRobustBufferAccessBehaviorTest.cpp273 GLBuffer indexBuffer; in TEST_P() local
H A DLineLoopTest.cpp107 void runTest(GLenum indexType, GLuint indexBuffer, const void *indexPtr) in runTest() argument
448 GLBuffer indexBuffer; in TEST_P() local
H A DDrawBaseVertexVariantsTest.cpp374 GLBuffer indexBuffer; in TEST_P() local
393 GLBuffer indexBuffer; in TEST_P() local
412 GLBuffer indexBuffer; in TEST_P() local
431 GLBuffer indexBuffer; in TEST_P() local
202 setupIndexedBuffers(GLBuffer &vertexPositionBuffer, GLBuffer &vertexColorBuffer, GLBuffer &indexBuffer) setupIndexedBuffers() argument
[all...]
/third_party/skia/src/gpu/
H A DGrSimpleMesh.h56 inline void GrSimpleMesh::setIndexed(sk_sp<const GrBuffer> indexBuffer, int indexCount, in setIndexed() argument
77 setIndexedPatterned( sk_sp<const GrBuffer> indexBuffer, int indexCount, int patternRepeatCount, int maxPatternRepetitionsInIndexBuffer, sk_sp<const GrBuffer> vertexBuffer, int patternVertexCount, int baseVertex) setIndexedPatterned() argument
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DIndexFormatTests.cpp78 wgpu::Buffer indexBuffer = in TEST_P() local
105 wgpu::Buffer indexBuffer = in TEST_P() local
136 wgpu::Buffer indexBuffer = in TEST_P() local
165 wgpu::Buffer indexBuffer = in TEST_P() local
263 wgpu::Buffer indexBuffer = in TEST_P() local
297 wgpu::Buffer indexBuffer = TEST_P() local
332 wgpu::Buffer indexBuffer = TEST_P() local
397 wgpu::Buffer indexBuffer = utils::CreateBufferFromData<uint32_t>( TEST_P() local
424 wgpu::Buffer indexBuffer = TEST_P() local
451 wgpu::Buffer indexBuffer = TEST_P() local
[all...]
H A DDrawIndexedTests.cpp74 wgpu::Buffer indexBuffer; member in DrawIndexedTest
H A DDrawIndexedIndirectTests.cpp109 wgpu::Buffer indexBuffer = in Test() local
203 wgpu::Buffer indexBuffer = CreateIndexBuffer({0, 1, 2, 0, 3, 1}); in TEST_P() local
226 wgpu::Buffer indexBuffer = CreateIndexBuffer({0, 1, 2, 0, 3, 1, 0, 1, 2}); in TEST_P() local
78 EncodeDrawCommands(std::initializer_list<uint32_t> bufferList, wgpu::Buffer indexBuffer, uint64_t indexOffset, uint64_t indirectOffset) EncodeDrawCommands() argument
254 wgpu::Buffer indexBuffer = CreateIndexBuffer({0, 1, 2, 0, 3, 1, 0, 1, 2}); TEST_P() local
374 wgpu::Buffer indexBuffer = CreateIndexBuffer({0, 1, 2, 0, 3, 1, 0, 1, 2}); TEST_P() local
408 wgpu::Buffer indexBuffer = CreateIndexBuffer({0, 1, 2, 0, 3, 1, 0, 1, 2}); TEST_P() local
432 wgpu::Buffer indexBuffer = CreateIndexBuffer({0, 1, 2, 0, 3, 1, 0, 1, 2}); TEST_P() local
464 wgpu::Buffer indexBuffer = CreateIndexBuffer({0, 1, 2, 0, 3, 1, 0, 1, 2}); TEST_P() local
515 wgpu::Buffer indexBuffer = CreateIndexBuffer({0, 1, 2, 0, 3, 1, 0, 1, 2}); TEST_P() local
582 wgpu::Buffer indexBuffer = CreateIndexBuffer({0, 1, 2, 0, 3, 1}); TEST_P() local
[all...]
/third_party/skia/experimental/graphite/src/
H A DCommandBuffer.cpp64 void CommandBuffer::bindIndexBuffer(sk_sp<Buffer> indexBuffer, size_t bufferOffset) { in bindIndexBuffer() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessUtil.hpp84 vk::VkBuffer indexBuffer; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawIndexedTest.cpp154 const vk::VkBuffer indexBuffer = m_indexBuffer->object(); in iterate() local
304 const vk::VkBuffer indexBuffer = m_indexBuffer->object(); in iterate() local
/third_party/skia/src/gpu/d3d/
H A DGrD3DPipelineState.cpp153 void GrD3DPipelineState::bindBuffers(GrD3DGpu* gpu, sk_sp<const GrBuffer> indexBuffer, in bindBuffers() argument
/third_party/skia/src/gpu/ops/
H A DGrMeshDrawOp.cpp120 sk_sp<const GrGpuBuffer> indexBuffer = target->resourceProvider()->refNonAAQuadIndexBuffer(); in QuadHelper() local
68 PatternHelper(GrMeshDrawTarget* target, GrPrimitiveType primitiveType, size_t vertexStride, sk_sp<const GrBuffer> indexBuffer, int verticesPerRepetition, int indicesPerRepetition, int repeatCount, int maxRepetitions) PatternHelper() argument
76 init(GrMeshDrawTarget* target, GrPrimitiveType primitiveType, size_t vertexStride, sk_sp<const GrBuffer> indexBuffer, int verticesPerRepetition, int indicesPerRepetition, int repeatCount, int maxRepetitions) init() argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPipeline.hpp120 IndexBuffer indexBuffer; member in vk::GraphicsPipeline
/third_party/skia/tests/graphite/
H A DCommandBufferTest.cpp115 sk_sp<Buffer> indexBuffer = gpu->resourceProvider()->findOrCreateBuffer( in DEF_GRAPHITE_TEST_FOR_CONTEXTS() local
/third_party/skia/third_party/externals/dawn/examples/
H A DCppHelloTriangle.cpp26 wgpu::Buffer indexBuffer; variable
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessUtil.hpp84 vk::VkBuffer indexBuffer; member

Completed in 16 milliseconds

1234