Home
last modified time | relevance | path

Searched defs:getVertices (Results 1 – 9 of 9) sorted by relevance

/third_party/vk-gl-cts/modules/glshared/
DglsRandomShaderCase.hpp50 const std::vector<float>& getVertices (void) const { return m_vertices; } in getVertices() function in deqp::gls::VertexArray
51 std::vector<float>& getVertices (void) { return m_vertices; } in getVertices() function in deqp::gls::VertexArray
/third_party/skia/src/core/
DSkPictureRecord.h50 const SkTArray<sk_sp<const SkVertices>>& getVertices() const { in getVertices() function
DSkPictureData.h130 const SkVertices* getVertices(SkReadBuffer* reader) const { in getVertices() function
/third_party/flutter/skia/src/core/
DSkPictureData.h133 const SkVertices* getVertices(SkReadBuffer* reader) const { in getVertices() function
DSkPictureRecord.h48 const SkTArray<sk_sp<const SkVertices>>& getVertices() const { in getVertices() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawScissorTests.cpp94 …virtual vector<PositionColorVertex> getVertices (deUint32 offset) { DE_UNREF(offset); return vect… in getVertices() function in vkt::Draw::__anon12e10fd70111::TestCommand
128 vector<PositionColorVertex> QuadDrawTestCommand::getVertices (deUint32 offset) in getVertices() function in vkt::Draw::__anon12e10fd70111::QuadDrawTestCommand
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp1177 std::vector<float> ColorImagelessTestInstance::getVertices (void) in getVertices() function in vkt::imageless::__anon765a11f20111::ColorImagelessTestInstance
1382 std::vector<float> DepthImagelessTestInstance::getVertices (void) in getVertices() function in vkt::imageless::__anon765a11f20111::DepthImagelessTestInstance
1612 std::vector<float> ColorResolveImagelessTestInstance::getVertices (void) in getVertices() function in vkt::imageless::__anon765a11f20111::ColorResolveImagelessTestInstance
1884 std::vector<float> DepthResolveImagelessTestInstance::getVertices (void) in getVertices() function in vkt::imageless::__anon765a11f20111::DepthResolveImagelessTestInstance
2111 std::vector<float> MultisubpassTestInstance::getVertices (void) in getVertices() function in vkt::imageless::__anon765a11f20111::MultisubpassTestInstance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrImageQueryTests.cpp663 static vector<Vec4> getVertices (void) in testImageQueryLod() function
/third_party/glslang/glslang/MachineIndependent/
Dlocalintermediate.h709 int getVertices() const { return vertices; } in getVertices() function