Searched defs:drawCount (Results 1 - 8 of 8) sorted by relevance

/external/skia/src/gpu/batches/
H A DGrVertexBatch.cpp81 int drawCount = drawArray.fDraws.count(); local
82 for (int i = 0; i < drawCount; i++) {
/external/deqp/modules/gles31/stress/
H A Des31sVertexAttributeBindingTests.cpp515 BindVertexBufferCase (Context& ctx, const char* name, const char* desc, int offset, int drawCount);
529 BindVertexBufferCase::BindVertexBufferCase (Context& ctx, const char* name, const char* desc, int offset, int drawCount) argument
532 , m_drawCount (drawCount)
/external/deqp/modules/glshared/
H A DglsVertexArrayTests.cpp1974 name << drawCount; local
2000 << drawCount; local
2086 const int seed = int(arraySpec.inputType) + 10 * int(arraySpec.outputType) + 100 * int(arraySpec.storage) + 1000 * int(m_spec.primitive) + 10000 * int(arraySpec.usage) + int(m_spec.drawCount) + 12 * int(arraySpec.componentCount) + int(arraySpec.stride) + int(arraySpec.normalize);
2089 const size_t bufferSize = arraySpec.offset + stride * (m_spec.drawCount * primitiveSize - 1) + arraySpec.componentCount * Array::inputTypeSize(arraySpec.inputType);
2101 data = RandomArrayGenerator::generateQuads(seed, m_spec.drawCount, arraySpec.componentCount, arraySpec.offset, arraySpec.stride, m_spec.primitive, arraySpec.inputType, arraySpec.min, arraySpec.max, gridSize);
2106 data = RandomArrayGenerator::generatePerQuad(seed, m_spec.drawCount, arraySpec.componentCount, arraySpec.stride, m_spec.primitive, arraySpec.inputType, arraySpec.min, arraySpec.max);
2129 m_glArrayPack->render(m_spec.primitive, m_spec.first, m_spec.drawCount * (int)primitiveSize, useVao, coordScale, colorScale);
2130 m_rrArrayPack->render(m_spec.primitive, m_spec.first, m_spec.drawCount * (int)primitiveSize, useVao, coordScale, colorScale);
H A DglsVertexArrayTests.hpp475 int drawCount; //!<Number of primitives to draw member in class:deqp::gls::MultiVertexArrayTest::Spec
/external/vulkan-validation-layers/layers/
H A Dcore_validation.h822 uint64_t drawCount[NUM_DRAW_TYPES]; // Count of each type of draw in this CB member in struct:GLOBAL_CB_NODE
/external/vulkan-validation-layers/loader/
H A Dtrampoline.c1846 VkDeviceSize offset, uint32_t drawCount, uint32_t stride) {
1851 disp->CmdDrawIndirect(commandBuffer, buffer, offset, drawCount, stride);
1856 VkDeviceSize offset, uint32_t drawCount,
1862 disp->CmdDrawIndexedIndirect(commandBuffer, buffer, offset, drawCount,
1845 vkCmdDrawIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride) argument
1855 vkCmdDrawIndexedIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 506 milliseconds