/external/skia/src/gpu/batches/ |
GrVertexBatch.cpp | 81 int drawCount = drawArray.fDraws.count(); 82 for (int i = 0; i < drawCount; i++) {
|
/external/deqp/modules/gles2/stress/ |
es2sVertexArrayTests.cpp | 102 spec.drawCount = counts[countNdx]; 172 spec.drawCount = counts[countNdx]; 243 spec.drawCount = counts[countNdx]; 311 spec.drawCount = counts[countNdx];
|
/frameworks/base/libs/hwui/renderstate/ |
RenderState.cpp | 366 GLsizei drawCount = std::min(elementsCount, (GLsizei) kMaxNumberOfQuads * 6); 373 glDrawElements(mesh.primitiveMode, drawCount, GL_UNSIGNED_SHORT, nullptr); 374 elementsCount -= drawCount; 375 vertexData += (drawCount / 6) * 4 * vertices.stride;
|
/external/deqp/modules/gles2/functional/ |
es2fVertexArrayTest.cpp | 101 spec.drawCount = counts[countNdx]; 171 spec.drawCount = counts[countNdx]; 242 spec.drawCount = counts[countNdx]; 310 spec.drawCount = counts[countNdx]; 373 spec.drawCount = counts[countNdx]; 438 spec.drawCount = counts[countNdx]; 526 spec.drawCount = 256; 647 spec.drawCount = 256; 706 spec.drawCount = 256; 797 spec.drawCount = 256 [all...] |
/external/deqp/modules/gles3/functional/ |
es3fVertexArrayTest.cpp | 100 spec.drawCount = counts[countNdx]; 205 spec.drawCount = counts[countNdx]; 308 spec.drawCount = counts[countNdx]; 409 spec.drawCount = counts[countNdx]; 503 spec.drawCount = counts[countNdx]; 619 spec.drawCount = counts[countNdx]; 739 spec.drawCount = 256; 860 spec.drawCount = 256; 919 spec.drawCount = 256; [all...] |
/external/deqp/modules/gles3/stress/ |
es3sVertexArrayTests.cpp | 103 spec.drawCount = counts[countNdx]; 208 spec.drawCount = counts[countNdx]; 311 spec.drawCount = counts[countNdx]; 412 spec.drawCount = counts[countNdx];
|
/external/deqp/modules/gles31/stress/ |
es31sDrawTests.cpp | 176 const int drawCount = 10; //!< number of elements safe to draw (all buffers have this) 196 const int indexBufferSize = (m_op == INVALID_INDEX_COUNT) ? (drawCount) : (overBoundDrawCount); 210 const int dataSize = (m_op == INVALID_DATA_COUNT) ? (drawCount) : (overBoundDrawCount);
|
es31sVertexAttributeBindingTests.cpp | 515 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) 532 , m_drawCount (drawCount)
|
/external/deqp/external/vulkancts/framework/vulkan/ |
vkDeviceDriverImpl.inl | 460 void DeviceDriver::cmdDrawIndirect (VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, deUint32 drawCount, deUint32 stride) const 462 m_vk.cmdDrawIndirect(commandBuffer, buffer, offset, drawCount, stride); 465 void DeviceDriver::cmdDrawIndexedIndirect (VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, deUint32 drawCount, deUint32 stride) const 467 m_vk.cmdDrawIndexedIndirect(commandBuffer, buffer, offset, drawCount, stride);
|
vkConcreteDeviceInterface.inl | 95 virtual void cmdDrawIndirect (VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, deUint32 drawCount, deUint32 stride) const; 96 virtual void cmdDrawIndexedIndirect (VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, deUint32 drawCount, deUint32 stride) const;
|
vkVirtualDeviceInterface.inl | 95 virtual void cmdDrawIndirect (VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, deUint32 drawCount, deUint32 stride) const = 0; 96 virtual void cmdDrawIndexedIndirect (VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, deUint32 drawCount, deUint32 stride) const = 0;
|
vkNullDriverImpl.inl | 723 VKAPI_ATTR void VKAPI_CALL cmdDrawIndirect (VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, deUint32 drawCount, deUint32 stride) 728 DE_UNREF(drawCount); 732 VKAPI_ATTR void VKAPI_CALL cmdDrawIndexedIndirect (VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, deUint32 drawCount, deUint32 stride) 737 DE_UNREF(drawCount); [all...] |
vkFunctionPointerTypes.inl | 112 typedef VKAPI_ATTR void (VKAPI_CALL* CmdDrawIndirectFunc) (VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, deUint32 drawCount, deUint32 stride); 113 typedef VKAPI_ATTR void (VKAPI_CALL* CmdDrawIndexedIndirectFunc) (VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, deUint32 drawCount, deUint32 stride);
|
/external/deqp/modules/glshared/ |
glsVertexArrayTests.cpp | [all...] |
glsVertexArrayTests.hpp | 475 int drawCount; //!<Number of primitives to draw
|
/frameworks/native/vulkan/libvulkan/ |
api_gen.cpp | 388 VKAPI_ATTR void CmdDrawIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride); 389 VKAPI_ATTR void CmdDrawIndexedIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride); [all...] |
/frameworks/native/vulkan/nulldrv/ |
null_driver_gen.h | 139 VKAPI_ATTR void CmdDrawIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride); 140 VKAPI_ATTR void CmdDrawIndexedIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride);
|
/external/vulkan-validation-layers/layers/ |
core_validation.h | [all...] |
/external/vulkan-validation-layers/loader/ |
trampoline.c | [all...] |
/external/skia/third_party/vulkan/ |
vulkan.h | [all...] |
/external/vulkan-validation-layers/include/vulkan/ |
vulkan.h | [all...] |
/frameworks/native/vulkan/include/vulkan/ |
vulkan.h | [all...] |
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/vulkan/ |
vulkan.h | [all...] |
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/vulkan/ |
vulkan.h | [all...] |
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/vulkan/ |
vulkan.h | [all...] |