Vertex 24 cc/output/geometry_binding.cc Vertex v0, v1, v2, v3; Vertex 39 cc/output/geometry_binding.cc Vertex v0 = {{quad_vertex_rect.x(), quad_vertex_rect.bottom(), 0.0f, }, Vertex 41 cc/output/geometry_binding.cc Vertex v1 = {{quad_vertex_rect.x(), quad_vertex_rect.y(), 0.0f, }, Vertex 43 cc/output/geometry_binding.cc Vertex v2 = {{quad_vertex_rect.right(), quad_vertex_rect.y(), 0.0f, }, Vertex 45 cc/output/geometry_binding.cc Vertex v3 = {{quad_vertex_rect.right(), quad_vertex_rect.bottom(), 0.0f, }, Vertex 177 native_client_sdk/src/examples/api/graphics_3d/graphics_3d.cc const Vertex kCubeVerts[24] = { Vertex 443 native_client_sdk/src/examples/api/graphics_3d/graphics_3d.cc sizeof(Vertex), Vertex 444 native_client_sdk/src/examples/api/graphics_3d/graphics_3d.cc reinterpret_cast<void*>(offsetof(Vertex, loc))); Vertex 450 native_client_sdk/src/examples/api/graphics_3d/graphics_3d.cc sizeof(Vertex), Vertex 451 native_client_sdk/src/examples/api/graphics_3d/graphics_3d.cc reinterpret_cast<void*>(offsetof(Vertex, color))); Vertex 457 native_client_sdk/src/examples/api/graphics_3d/graphics_3d.cc sizeof(Vertex), Vertex 458 native_client_sdk/src/examples/api/graphics_3d/graphics_3d.cc reinterpret_cast<void*>(offsetof(Vertex, tex))); Vertex 178 native_client_sdk/src/gonacl_appengine/src/cube/cube.cc const Vertex kCubeVerts[24] = { Vertex 450 native_client_sdk/src/gonacl_appengine/src/cube/cube.cc sizeof(Vertex), Vertex 451 native_client_sdk/src/gonacl_appengine/src/cube/cube.cc reinterpret_cast<void*>(offsetof(Vertex, loc))); Vertex 457 native_client_sdk/src/gonacl_appengine/src/cube/cube.cc sizeof(Vertex), Vertex 458 native_client_sdk/src/gonacl_appengine/src/cube/cube.cc reinterpret_cast<void*>(offsetof(Vertex, color))); Vertex 464 native_client_sdk/src/gonacl_appengine/src/cube/cube.cc sizeof(Vertex), Vertex 465 native_client_sdk/src/gonacl_appengine/src/cube/cube.cc reinterpret_cast<void*>(offsetof(Vertex, tex)));