Home
last modified time | relevance | path

Searched defs:vertices (Results 1 - 25 of 344) sorted by relevance

12345678910>>...14

/third_party/skia/third_party/externals/angle2/samples/gles1/
H A DHelloTriangle.cpp35 GLfloat vertices[] = { variable
H A DFlatShading.cpp41 GLfloat vertices[] = { variable
H A DSimpleTexture2D.cpp44 GLfloat vertices[] = { variable
H A DSimpleLighting.cpp56 GLfloat vertices[] = { variable
/third_party/skia/docs/examples/
H A DCanvas_drawVertices.cpp10 auto vertices = SkVertices::MakeCopy(SkVertices::kTriangleFan_VertexMode, in REG_FIDDLE() local
H A DCanvas_drawVertices_2.cpp12 auto vertices = SkVertices::MakeCopy(SkVertices::kTriangleFan_VertexMode, in REG_FIDDLE() local
/third_party/skia/third_party/externals/angle2/samples/hello_triangle/
H A DHelloTriangle.cpp56 GLfloat vertices[] = { variable
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DShaderNonConstGlobalInitializerTest.cpp26 std::array<Vector4, 3> vertices; in draw() local
H A DClientArraysTest.cpp69 const auto &vertices = GetQuadVertices(); in TEST_P() local
92 const auto &vertices = GetQuadVertices(); in TEST_P() local
H A DShaderInterpTest.cpp30 std::array<Vector4, 3> vertices; in draw() local
/third_party/skia/third_party/externals/angle2/samples/simple_texture_2d/
H A DSimpleTexture2D.cpp75 GLfloat vertices[] = { variable
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrPrimitivePacket.hpp45 const VertexPacket* vertices[6]; member
/third_party/skia/third_party/externals/angle2/samples/texture_wrap/
H A DTextureWrap.cpp75 GLfloat vertices[] = { variable
/third_party/skia/third_party/externals/angle2/samples/mip_map_2d/
H A DMipMap2D.cpp82 const GLfloat vertices[] = { variable
/third_party/skia/src/core/
H A DSkVerticesPriv.h44 explicit SkVerticesPriv(SkVertices* vertices) : fVertices(vertices) {} in SkVerticesPriv() argument
/third_party/skia/tests/
H A DPrimitiveProcessorTest.cpp151 SkPoint* vertices = reinterpret_cast<SkPoint*>(helper.vertices()); variable
/third_party/skia/third_party/externals/angle2/samples/stencil_operations/
H A DStencilOperations.cpp74 GLfloat vertices[] = { variable
/third_party/skia/third_party/externals/angle2/samples/torus_lighting/
H A Dtorus.h41 std::vector<GLfloat> vertices; in GenerateTorus() local
/third_party/glfw/examples/
H A Doffscreen.c43 } vertices[3] = variable
/third_party/mesa3d/src/gallium/tests/graw/
H A Dfs-fragcoord.c26 static struct vertex vertices[] = variable
H A Dfs-write-z.c29 static struct vertex vertices[] = variable
H A Dfs-frontface.c25 static struct vertex vertices[] = variable
H A Dquad-tex.c22 static struct vertex vertices[] = variable
H A Dtri-large.c25 static struct vertex vertices[3] = variable
H A Dtri.c22 static struct vertex vertices[3] = variable

Completed in 8 milliseconds

12345678910>>...14