HomeSort by relevance Sort by last modified time
    Searched full:drawcount (Results 1 - 25 of 46) sorted by null

1 2

  /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/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/gles2/stress/
es2sVertexArrayTests.cpp 102 spec.drawCount = counts[countNdx];
172 spec.drawCount = counts[countNdx];
243 spec.drawCount = counts[countNdx];
311 spec.drawCount = counts[countNdx];
  /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];
  /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/external/vulkancts/framework/vulkan/
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;
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);
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);
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;
  /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);
  /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...]
  /external/deqp/modules/glshared/
glsVertexArrayTests.cpp     [all...]
  /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/framework/platform/null/
tcuNullRenderContextFuncs.inl     [all...]
  /external/vulkan-validation-layers/loader/
trampoline.c     [all...]
  /frameworks/native/opengl/libs/GLES2/
gl2ext_api.in 412 void API_ENTRY(glMultiDrawArraysIndirectEXT)(GLenum mode, const void *indirect, GLsizei drawcount, GLsizei stride) {
413 CALL_GL_API(glMultiDrawArraysIndirectEXT, mode, indirect, drawcount, stride);
415 void API_ENTRY(glMultiDrawElementsIndirectEXT)(GLenum mode, GLenum type, const void *indirect, GLsizei drawcount, GLsizei stride) {
416 CALL_GL_API(glMultiDrawElementsIndirectEXT, mode, type, indirect, drawcount, stride);
    [all...]
  /external/skia/include/gpu/gl/
GrGLFunctions.h 220 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLMultiDrawArraysIndirectProc)(GrGLenum mode, const GrGLvoid *indirect, GrGLsizei drawcount, GrGLsizei stride);
221 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLMultiDrawElementsIndirectProc)(GrGLenum mode, GrGLenum type, const GrGLvoid *indirect, GrGLsizei drawcount, GrGLsizei stride);
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwApi.inl     [all...]
glwFunctionTypes.inl     [all...]
glwImpl.inl     [all...]
  /external/opencv3/modules/core/src/
gl_core_3_1.cpp     [all...]
  /external/vulkan-validation-layers/
vulkan.py     [all...]

Completed in 809 milliseconds

1 2