HomeSort by relevance Sort by last modified time
    Searched defs:Vertex (Results 1 - 17 of 17) sorted by null

  /external/clang/test/CodeGenCXX/
debug-info-template-array.cpp 9 struct Vertex {};
13 unique_ptr<Vertex<2>[]> v = unique_ptr<Vertex<2>[]>();
  /cts/tests/tests/opengl/src/android/opengl/cts/
Vertex.java 18 public class Vertex {
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gles3jni.h 60 struct Vertex {
64 extern const Vertex QUAD[4];
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
PolygonShape.h 43 Vertex,
59 , m_basis(Vertex)
  /frameworks/base/libs/hwui/
Vertex.h 26 * Simple structure to describe a vertex with a position and a texture.
28 struct Vertex {
40 static inline void set(Vertex* vertex, float x, float y) {
41 vertex[0].position[0] = x;
42 vertex[0].position[1] = y;
45 static inline void set(Vertex* vertex, vec2 val) {
46 set(vertex, val.x, val.y);
49 static inline void copyWithOffset(Vertex* vertex, const Vertex& src, float x, float y)
    [all...]
  /external/chromium_org/cc/output/
geometry_binding.cc 19 struct Vertex {
22 // Index of the vertex, divide by 4 to have the matrix for this quad.
26 Vertex v0, v1, v2, v3;
42 Vertex v0 = { { quad_vertex_rect.x(), quad_vertex_rect.bottom(), 0.0f, },
45 Vertex v1 = { { quad_vertex_rect.x(), quad_vertex_rect.y(), 0.0f, },
48 Vertex v2 = { { quad_vertex_rect.right(), quad_vertex_rect.y(), 0.0f, },
51 Vertex v3 = { { quad_vertex_rect.right(),
  /external/chromium_org/ui/surface/
accelerated_surface_transformer_win.cc 40 struct Vertex {
276 // Set the kTextureScale vertex shader constant, which is assigned to
317 // We always send down the same vertices. The vertex program will take
319 Vertex vertices[] = {
  /external/jmonkeyengine/engine/src/core/com/jme3/shader/
Shader.java 83 * Control vertex processing. (e.g transform of model to clip space)
85 Vertex,
  /external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
graphics_3d.cc 75 struct Vertex {
81 Vertex* g_quadVertices = NULL;
93 void BuildQuad(Vertex* verts, int axis[3], float depth, float color[3]);
94 Vertex* BuildCube(void);
184 24 * sizeof(Vertex),
222 void BuildQuad(Vertex* verts, int axis[3], float depth, float color[3]) {
237 Vertex* BuildCube() {
238 Vertex* verts = new Vertex[24];
303 //define the attributes of the vertex
    [all...]
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/scene/plugins/
OBJLoader.java 77 protected final HashMap<Vertex, Integer> vertIndexMap = new HashMap<Vertex, Integer>(100);
78 protected final IntMap<Vertex> indexVertMap = new IntMap<Vertex>(100);
91 protected static class Vertex {
106 final Vertex other = (Vertex) obj;
130 Vertex[] verticies;
179 protected void findVertexIndex(Vertex vert){
194 t[0].verticies = new Vertex[3]
    [all...]
  /external/llvm/include/llvm/Analysis/
Dominators.h 219 // Vertex - Map the DFS number to the BasicBlock*
220 std::vector<NodeT*> Vertex;
232 Vertex.clear();
652 this->Vertex.push_back(0);
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
riva_mmio.h 274 } Vertex[16];
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 391 milliseconds