/external/skia/src/gpu/batches/ |
D | GrVertexBatch.cpp | 28 int firstVertex; in init() local 30 … void* vertices = target->makeVertexSpace(vertexStride, vertexCount, &vertexBuffer, &firstVertex); in init() 40 firstVertex, verticesPerInstance, indicesPerInstance, instancesToDraw, in init()
|
D | GrDrawVerticesBatch.cpp | 110 int firstVertex; in onPrepareDraws() local 112 void* verts = target->makeVertexSpace(vertexStride, fVertexCount, &vertexBuffer, &firstVertex); in onPrepareDraws() 161 vertices.initIndexed(this->primitiveType(), vertexBuffer, indexBuffer, firstVertex, in onPrepareDraws() 165 vertices.init(this->primitiveType(), vertexBuffer, firstVertex, fVertexCount); in onPrepareDraws()
|
D | GrNonAAStrokeRectBatch.cpp | 134 int firstVertex; in onPrepareDraws() local 137 &firstVertex); in onPrepareDraws() 161 vertices.init(primType, vertexBuffer, firstVertex, vertexCount); in onPrepareDraws()
|
D | GrAAHairLinePathRenderer.cpp | 866 int firstVertex; in onPrepareDraws() local 871 target->makeVertexSpace(vertexStride, vertexCount, &vertexBuffer, &firstVertex)); in onPrepareDraws() 887 firstVertex, kLineSegNumVertices, kIdxsPerLineSeg, lineCount, in onPrepareDraws() 895 int firstVertex; in onPrepareDraws() local 903 &vertexBuffer, &firstVertex); in onPrepareDraws() 930 firstVertex, kQuadNumVertices, kIdxsPerQuad, quadCount, in onPrepareDraws() 933 firstVertex += quadCount * kQuadNumVertices; in onPrepareDraws() 943 firstVertex, kQuadNumVertices, kIdxsPerQuad, conicCount, in onPrepareDraws()
|
D | GrAALinearizingConvexPathRenderer.cpp | 169 int firstVertex; in draw() local 171 &firstVertex); in draw() 186 info.initIndexed(kTriangles_GrPrimitiveType, vertexBuffer, indexBuffer, firstVertex, in draw()
|
D | GrAAConvexPathRenderer.cpp | 818 int firstVertex; in prepareLinesOnlyDraws() local 821 &firstVertex); in prepareLinesOnlyDraws() 841 firstVertex, firstIndex, in prepareLinesOnlyDraws() 904 int firstVertex; in onPrepareDraws() local 908 vertexStride, vertexCount, &vertexBuffer, &firstVertex)); in onPrepareDraws() 932 firstVertex, firstIndex, draw.fVertexCnt, draw.fIndexCnt); in onPrepareDraws() 934 firstVertex += draw.fVertexCnt; in onPrepareDraws()
|
D | GrDefaultPathRenderer.cpp | 317 int firstVertex; in onPrepareDraws() local 320 &vertexBuffer, &firstVertex); in onPrepareDraws() 367 vertices.initIndexed(primitiveType, vertexBuffer, indexBuffer, firstVertex, firstIndex, in onPrepareDraws() 370 vertices.init(primitiveType, vertexBuffer, firstVertex, vertexOffset); in onPrepareDraws()
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.draw_indirect.txt | 28 + DrawArraysIndirect firstVertex 49 DrawArraysIndirect firstVertex cases draw random triangles using 50 glDrawElementIndirect with firstVertex > 0 and compare results to a
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/ |
D | btPolyhedralContactClipping.cpp | 41 btVector3 firstVertex=pVtxIn[pVtxIn.size()-1]; in clipFace() local 44 ds = planeNormalWS.dot(firstVertex)+planeEqWS; in clipFace() 62 ppVtxOut.push_back( firstVertex.lerp(endVertex,btScalar(ds * 1.f/(ds - de)))); in clipFace() 70 ppVtxOut.push_back(firstVertex.lerp(endVertex,btScalar(ds * 1.f/(ds - de)))); in clipFace() 74 firstVertex = endVertex; in clipFace()
|
/external/opencv3/modules/calib3d/src/ |
D | circlesgrid.hpp | 108 int firstVertex; member 116 firstVertex = first; in Path()
|
D | circlesgrid.cpp | 1304 …verse = (bestGraphIdx == 0 && keypoints[bestPath.lastVertex].x < keypoints[bestPath.firstVertex].x) in findLongestPath() 1305 … || (bestGraphIdx == 1 && keypoints[bestPath.lastVertex].y < keypoints[bestPath.firstVertex].y); in findLongestPath() 1308 std::swap(bestPath.lastVertex, bestPath.firstVertex); in findLongestPath()
|
/external/skia/src/gpu/vk/ |
D | GrVkCommandBuffer.cpp | 362 uint32_t firstVertex, in draw() argument 369 firstVertex, in draw()
|
D | GrVkCommandBuffer.h | 156 uint32_t firstVertex,
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkTypeUtil.inl | 361 …ndirectCommand (deUint32 vertexCount, deUint32 instanceCount, deUint32 firstVertex, deUint32 first… argument 366 res.firstVertex = firstVertex;
|
D | vkDeviceDriverImpl.inl | 450 … commandBuffer, deUint32 vertexCount, deUint32 instanceCount, deUint32 firstVertex, deUint32 first… argument 452 m_vk.cmdDraw(commandBuffer, vertexCount, instanceCount, firstVertex, firstInstance);
|
D | vkVirtualDeviceInterface.inl | 93 … commandBuffer, deUint32 vertexCount, deUint32 instanceCount, deUint32 firstVertex, deUint32 first…
|
D | vkConcreteDeviceInterface.inl | 93 … commandBuffer, deUint32 vertexCount, deUint32 instanceCount, deUint32 firstVertex, deUint32 first…
|
D | vkNullDriverImpl.inl | 704 … commandBuffer, deUint32 vertexCount, deUint32 instanceCount, deUint32 firstVertex, deUint32 first… argument 709 DE_UNREF(firstVertex);
|
/external/deqp/modules/glshared/ |
D | glsVertexArrayTests.cpp | 1148 void ContextArrayPack::render (Array::Primitive primitive, int firstVertex, int vertexCount, bool u… in render() argument 1188 DE_ASSERT((firstVertex % 6) == 0); in render() 1189 m_ctx.drawArrays(ContextArray::primitiveToGL(primitive), firstVertex, vertexCount - firstVertex); in render()
|
D | glsVertexArrayTests.hpp | 224 …virtual void render (Array::Primitive primitive, int firstVertex, int vertexCount, bool use…
|
D | glsDrawTest.cpp | 1846 …estSpec::Primitive primitive, DrawTestSpec::DrawMethod drawMethod, int firstVertex, int vertexCoun… 1925 …estSpec::Primitive primitive, DrawTestSpec::DrawMethod drawMethod, int firstVertex, int vertexCoun… in render() argument 1964 m_ctx.drawArrays(primitiveToGL(primitive), firstVertex, vertexCount); in render() 1969 m_ctx.drawArraysInstanced(primitiveToGL(primitive), firstVertex, vertexCount, instanceCount); in render() 2003 command.first = firstVertex; in render()
|
/external/vulkan-validation-layers/tests/ |
D | vkrenderframework.h | 203 uint32_t firstVertex, uint32_t firstInstance);
|
D | vkrenderframework.cpp | 1574 uint32_t firstVertex, uint32_t firstInstance) { in Draw() argument 1575 vkCmdDraw(handle(), vertexCount, instanceCount, firstVertex, firstInstance); in Draw()
|
/external/vulkan-validation-layers/loader/ |
D | trampoline.c | 1822 uint32_t instanceCount, uint32_t firstVertex, argument 1828 disp->CmdDraw(commandBuffer, vertexCount, instanceCount, firstVertex,
|
/external/skia/third_party/vulkan/ |
D | vulkan.h | 2192 uint32_t firstVertex; member 2303 … commandBuffer, uint32_t vertexCount, uint32_t instanceCount, uint32_t firstVertex, uint32_t first… 2916 uint32_t firstVertex,
|