/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | IndexDataManager.h | 37 sw::Resource *indexBuffer; member
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | IndexBufferValidationTests.cpp | 161 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 D | DrawIndirectValidationTests.cpp | 81 wgpu::Buffer indexBuffer = in TestIndirectOffset() local
|
H A D | VertexBufferValidationTests.cpp | 294 wgpu::Buffer indexBuffer = in TEST_F() local
|
/third_party/skia/third_party/externals/angle2/samples/torus_lighting/ |
H A D | torus.h | 18 void GenerateTorus(GLuint *vertexBuffer, GLuint *indexBuffer, GLsizei *indexCount) in GenerateTorus() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | IndexDataManager.h | 56 IndexBuffer *indexBuffer; member
|
H A D | IndexDataManager.cpp | 243 IndexBufferInterface *indexBuffer = nullptr; in streamIndexData() local
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | DrawElementsTest.cpp | 137 GLBuffer indexBuffer; in TEST_P() local 292 GLBuffer indexBuffer; in TEST_P() local 486 GLBuffer indexBuffer; in TEST_P() local [all...] |
H A D | SRGBFramebufferTest.cpp | 338 GLBuffer indexBuffer; in TEST_P() local
|
H A D | RobustBufferAccessBehaviorTest.cpp | 273 GLBuffer indexBuffer; in TEST_P() local
|
H A D | LineLoopTest.cpp | 107 void runTest(GLenum indexType, GLuint indexBuffer, const void *indexPtr) in runTest() argument 448 GLBuffer indexBuffer; in TEST_P() local
|
H A D | DrawBaseVertexVariantsTest.cpp | 374 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 D | GrSimpleMesh.h | 56 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 D | IndexFormatTests.cpp | 78 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 D | DrawIndexedTests.cpp | 74 wgpu::Buffer indexBuffer; member in DrawIndexedTest
|
H A D | DrawIndexedIndirectTests.cpp | 109 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 D | CommandBuffer.cpp | 64 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 D | vktRobustnessUtil.hpp | 84 vk::VkBuffer indexBuffer; member
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawIndexedTest.cpp | 154 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 D | GrD3DPipelineState.cpp | 153 void GrD3DPipelineState::bindBuffers(GrD3DGpu* gpu, sk_sp<const GrBuffer> indexBuffer, in bindBuffers() argument
|
/third_party/skia/src/gpu/ops/ |
H A D | GrMeshDrawOp.cpp | 120 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 D | VkPipeline.hpp | 120 IndexBuffer indexBuffer; member in vk::GraphicsPipeline
|
/third_party/skia/tests/graphite/ |
H A D | CommandBufferTest.cpp | 115 sk_sp<Buffer> indexBuffer = gpu->resourceProvider()->findOrCreateBuffer( in DEF_GRAPHITE_TEST_FOR_CONTEXTS() local
|
/third_party/skia/third_party/externals/dawn/examples/ |
H A D | CppHelloTriangle.cpp | 26 wgpu::Buffer indexBuffer; variable
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
H A D | vktRobustnessUtil.hpp | 84 vk::VkBuffer indexBuffer; member
|