Searched defs:numVertices (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/src/gpu/ |
D | GrThreadSafeCache.h | 110 int numVertices() const { return fNumVertices; } in numVertices() function 135 VertexData(const void* vertices, int numVertices, size_t vertexSize) in VertexData() 141 VertexData(sk_sp<GrGpuBuffer> gpuBuffer, int numVertices, size_t vertexSize) in VertexData()
|
/third_party/flutter/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/rendering/ |
D | BackgroundRenderer.java | 83 int numVertices = 4; in createOnGlThread() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | VertexArrayVk.cpp | 81 size_t numVertices = 1; in GetVertexCount() local 251 size_t numVertices = GetVertexCount(srcBuffer, binding, srcFormatSize); in convertVertexBufferGPU() local 296 size_t numVertices = GetVertexCount(srcBuffer, binding, srcFormatSize); in convertVertexBufferCPU() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | VertexArrayVk.cpp | 119 size_t numVertices = 1; in GetVertexCount() local 385 size_t numVertices = GetVertexCount(srcBuffer, binding, srcFormatSize); in convertVertexBufferGPU() local 434 size_t numVertices = GetVertexCount(srcBuffer, binding, srcFormatSize); in convertVertexBufferCPU() local
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
D | DrawTester.hpp | 151 uint32_t numVertices = 0; member
|
/third_party/flutter/skia/src/gpu/ccpr/ |
D | GrCCFiller.cpp | 285 const GrTessellator::WindingVertex* vertices, int numVertices, const Sk2f& devToAtlasOffset, in emitTessellatedFan()
|
/third_party/skia/src/gpu/ops/ |
D | TriangulatingPathRenderer.cpp | 58 static sk_sp<SkData> create_data(int numVertices, bool isLinear, SkScalar tol) { in create_data()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | VertexAttributeTest.cpp | 3245 uint32_t numVertices = bufferSize / stride; in TEST_P() local
|