Searched refs:triangles (Results 1 – 4 of 4) sorted by relevance
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/ |
D | nbody.rs | 55 static float4 simulate(float4 in, uint32_t x ,rs_allocation triangles) { 91 rsSetElementAt_float4(triangles, p1, colOff); 93 rsSetElementAt_float4(triangles, p2, colOff + 1); 95 rsSetElementAt_float4(triangles, p3, colOff + 2); 97 rsSetElementAt_float4(triangles, p4, colOff + 3);
|
/frameworks/native/services/surfaceflinger/tests/hwc2/ |
D | Hwc2TestBuffer.cpp | 235 static const std::array<vec2, 4> triangles = {{ variable 291 glVertexAttribPointer(0, 2, GL_FLOAT, GL_FALSE, 0, triangles.data()); in get()
|
/frameworks/rs/script_api/include/ |
D | rs_graphics.rsh | 154 RS_PRIMITIVE_TRIANGLE = 3, // Vertices will be rendered as individual triangles 156 …RS_PRIMITIVE_TRIANGLE_FAN = 5, // Vertices will be rendered as a sequence of triangles that all sh…
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 7394 VkGeometryTrianglesNV triangles
|