HomeSort by relevance Sort by last modified time
    Searched refs:vertices (Results 201 - 225 of 338) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArrayStencilAttachments.cpp 44 /** Number of vertices per triangle use in gemoetry shader*/
634 * @param max_vertices String storing maximum amount of vertices that geometry shader can output;
646 "layout(triangle_strip, max_vertices = <-MAX-VERTICES->) out;\n"
670 /* Replace a "maximum number of emitted vertices" token with user-provided value */
671 std::string template_name = "<-MAX-VERTICES->";
726 glw::GLfloat vertices[] = { -1.0f, -1.0f, 0.0f, 1.0f, -1.0f, 1.0f, 0.0f, 1.0f, local
741 gl.bufferData(GL_ARRAY_BUFFER, sizeof(vertices), vertices, GL_STATIC_DRAW);
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsScissorMultiViewportTests.cpp 556 const std::vector<Vec4>& vertices)
562 , m_vertexBufferSize (sizeInBytes(vertices))
577 deMemcpy(m_vertexBufferAlloc->getHostPtr(), &vertices[0], static_cast<std::size_t>(m_vertexBufferSize));
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_render_dynamic.c 447 sizeof(blitter->vertices), (const void *) blitter->vertices);
448 session->vb_end = session->vb_start + sizeof(blitter->vertices) - 1;
  /external/skia/src/core/
SkDevice.cpp 133 auto vertices = SkPatchUtils::MakeVertices(cubics, colors, texCoords, lod.width(), lod.height(), local
135 if (vertices) {
136 this->drawVertices(vertices.get(), bmode, paint);
SkOverdrawCanvas.cpp 216 void SkOverdrawCanvas::onDrawVerticesObject(const SkVertices* vertices, SkBlendMode blendMode,
218 fList[0]->onDrawVerticesObject(vertices, blendMode, this->overdrawPaint(paint));
  /external/skia/src/gpu/ops/
GrAAFillRectOp.cpp 260 void* vertices = variable
263 if (!vertices || !indexBuffer) {
264 SkDebugf("Could not allocate vertices\n");
272 reinterpret_cast<intptr_t>(vertices) + i * kVertsPerAAFillRect * vertexStride;
GrAtlasTextOp.cpp 273 void* vertices = target->makeVertexSpace( local
277 if (!vertices || !flushInfo.fVertexBuffer) {
278 SkDebugf("Could not allocate vertices\n");
282 char* currVertex = reinterpret_cast<char*>(vertices);
296 // Copy regenerated vertices from the blob to our vertex buffer.
  /external/skqp/src/core/
SkDevice.cpp 132 auto vertices = SkPatchUtils::MakeVertices(cubics, colors, texCoords, lod.width(), lod.height(), local
134 if (vertices) {
135 this->drawVertices(vertices.get(), bmode, paint);
SkOverdrawCanvas.cpp 216 void SkOverdrawCanvas::onDrawVerticesObject(const SkVertices* vertices, SkBlendMode blendMode,
218 fList[0]->onDrawVerticesObject(vertices, blendMode, this->overdrawPaint(paint));
  /external/skqp/src/gpu/ops/
GrAAFillRectOp.cpp 260 void* vertices = variable
263 if (!vertices || !indexBuffer) {
264 SkDebugf("Could not allocate vertices\n");
272 reinterpret_cast<intptr_t>(vertices) + i * kVertsPerAAFillRect * vertexStride;
GrAtlasTextOp.cpp 248 void* vertices = target->makeVertexSpace( local
252 if (!vertices || !flushInfo.fVertexBuffer) {
253 SkDebugf("Could not allocate vertices\n");
257 char* currVertex = reinterpret_cast<char*>(vertices);
270 // Copy regenerated vertices from the blob to our vertex buffer.
  /external/deqp/external/openglcts/modules/glesext/texture_buffer/
esextcTextureBufferOperations.cpp 243 glw::GLfloat vertices[] = { -1.0f, -1.0f, 0.0f, 1.0f, -1.0f, 1.0f, 0.0f, 1.0f, local
253 gl.bufferData(GL_ARRAY_BUFFER, sizeof(vertices), vertices, GL_STATIC_DRAW);
915 glw::GLfloat vertices[] = { -1.0f, -1.0f, 0.0f, 1.0f, -1.0f, 1.0f, 0.0f, 1.0f, local
927 gl.bufferData(GL_ARRAY_BUFFER, sizeof(vertices), vertices, GL_STATIC_DRAW);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineFramebufferAttachmentTests.cpp 556 const vector<tcu::Vec4> vertices = genFullQuadVertices(caseDef.numLayers); local
557 const VkDeviceSize vertexBufferSize = sizeInBytes(vertices);
562 deMemcpy(vertexBufferAlloc->getHostPtr(), &vertices[0], static_cast<std::size_t>(vertexBufferSize));
980 const vector<tcu::Vec4> vertices = genPointVertices(); local
    [all...]
vktPipelineMultisampleImageTests.cpp 795 const std::vector<Vertex4RGBA> vertices = genTriangleVertices()
    [all...]
  /external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
esextcDrawBuffersIndexedBlending.cpp 216 tcu::Vec3 vertices[] = { local
221 gl.vertexAttribPointer(positionLocation, 3, GL_FLOAT, GL_FALSE, 0, vertices);
  /external/mesa3d/docs/specs/OLD/
MESA_sprite_point.spec 122 aligned quadrilaterals. If the four vertices of the quadrilateral
  /external/skia/src/utils/
SkNWayCanvas.cpp 292 void SkNWayCanvas::onDrawVerticesObject(const SkVertices* vertices, SkBlendMode bmode,
296 iter->drawVertices(vertices, bmode, paint);
  /external/skqp/src/utils/
SkNWayCanvas.cpp 292 void SkNWayCanvas::onDrawVerticesObject(const SkVertices* vertices, SkBlendMode bmode,
296 iter->drawVertices(vertices, bmode, paint);
  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 370 const GLfloat vertices[] = { local
386 glVertexPointer(3, GL_FLOAT, 0, vertices);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/XRay/
Graph.h 49 /// Usage Example Graph with weighted edges and vertices:
56 /// for(const auto &v : G.vertices()){
57 /// // Do something with the vertices in the graph;
67 /// char vb[] = "Vertex B"; // Vertices are referenced by String Refs.
77 /// These objects are used to name edges and vertices in the graph.
81 /// This type is the value_type of all iterators which range over vertices,
82 /// Determined by the Vertices DenseMap
116 VertexMapT Vertices;
269 /// A class for ranging over the vertices in the graph.
285 iterator begin() { return G.Vertices.begin();
350 VertexView<false> vertices() { return VertexView<false>(*this); } function in class:llvm::xray::Graph
352 VertexView<true> vertices() const { return VertexView<true>(*this); } function in class:llvm::xray::Graph
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/XRay/
Graph.h 49 /// Usage Example Graph with weighted edges and vertices:
56 /// for(const auto &v : G.vertices()){
57 /// // Do something with the vertices in the graph;
67 /// char vb[] = "Vertex B"; // Vertices are referenced by String Refs.
77 /// These objects are used to name edges and vertices in the graph.
81 /// This type is the value_type of all iterators which range over vertices,
82 /// Determined by the Vertices DenseMap
116 VertexMapT Vertices;
269 /// A class for ranging over the vertices in the graph.
285 iterator begin() { return G.Vertices.begin();
350 VertexView<false> vertices() { return VertexView<false>(*this); } function in class:llvm::xray::Graph
352 VertexView<true> vertices() const { return VertexView<true>(*this); } function in class:llvm::xray::Graph
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/XRay/
Graph.h 49 /// Usage Example Graph with weighted edges and vertices:
56 /// for(const auto &v : G.vertices()){
57 /// // Do something with the vertices in the graph;
67 /// char vb[] = "Vertex B"; // Vertices are referenced by String Refs.
77 /// These objects are used to name edges and vertices in the graph.
81 /// This type is the value_type of all iterators which range over vertices,
82 /// Determined by the Vertices DenseMap
116 VertexMapT Vertices;
269 /// A class for ranging over the vertices in the graph.
285 iterator begin() { return G.Vertices.begin();
350 VertexView<false> vertices() { return VertexView<false>(*this); } function in class:llvm::xray::Graph
352 VertexView<true> vertices() const { return VertexView<true>(*this); } function in class:llvm::xray::Graph
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/XRay/
Graph.h 49 /// Usage Example Graph with weighted edges and vertices:
56 /// for(const auto &v : G.vertices()){
57 /// // Do something with the vertices in the graph;
67 /// char vb[] = "Vertex B"; // Vertices are referenced by String Refs.
77 /// These objects are used to name edges and vertices in the graph.
81 /// This type is the value_type of all iterators which range over vertices,
82 /// Determined by the Vertices DenseMap
116 VertexMapT Vertices;
269 /// A class for ranging over the vertices in the graph.
285 iterator begin() { return G.Vertices.begin();
350 VertexView<false> vertices() { return VertexView<false>(*this); } function in class:llvm::xray::Graph
352 VertexView<true> vertices() const { return VertexView<true>(*this); } function in class:llvm::xray::Graph
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/XRay/
Graph.h 49 /// Usage Example Graph with weighted edges and vertices:
56 /// for(const auto &v : G.vertices()){
57 /// // Do something with the vertices in the graph;
67 /// char vb[] = "Vertex B"; // Vertices are referenced by String Refs.
77 /// These objects are used to name edges and vertices in the graph.
81 /// This type is the value_type of all iterators which range over vertices,
82 /// Determined by the Vertices DenseMap
116 VertexMapT Vertices;
269 /// A class for ranging over the vertices in the graph.
285 iterator begin() { return G.Vertices.begin();
350 VertexView<false> vertices() { return VertexView<false>(*this); } function in class:llvm::xray::Graph
352 VertexView<true> vertices() const { return VertexView<true>(*this); } function in class:llvm::xray::Graph
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/XRay/
Graph.h 49 /// Usage Example Graph with weighted edges and vertices:
56 /// for(const auto &v : G.vertices()){
57 /// // Do something with the vertices in the graph;
67 /// char vb[] = "Vertex B"; // Vertices are referenced by String Refs.
77 /// These objects are used to name edges and vertices in the graph.
81 /// This type is the value_type of all iterators which range over vertices,
82 /// Determined by the Vertices DenseMap
116 VertexMapT Vertices;
269 /// A class for ranging over the vertices in the graph.
285 iterator begin() { return G.Vertices.begin();
350 VertexView<false> vertices() { return VertexView<false>(*this); } function in class:llvm::xray::Graph
352 VertexView<true> vertices() const { return VertexView<true>(*this); } function in class:llvm::xray::Graph
    [all...]

Completed in 992 milliseconds

1 2 3 4 5 6 7 891011>>