/frameworks/base/libs/hwui/ |
D | Vertex.h | 42 static inline void set(Vertex* vertex, float x, float y) { in set() 43 vertex->x = x; in set() 44 vertex->y = y; in set() 47 static inline void set(Vertex* vertex, Vector2 val) { set(vertex, val.x, val.y); } in set() 49 static inline void copyWithOffset(Vertex* vertex, const Vertex& src, float x, float y) { in copyWithOffset() 50 set(vertex, src.x + x, src.y + y); in copyWithOffset() 64 static inline void set(TextureVertex* vertex, float x, float y, float u, float v) { in set() 65 *vertex = {x, y, u, v}; in set() 68 static inline void setUV(TextureVertex* vertex, float u, float v) { in setUV() 69 vertex[0].u = u; in setUV() [all …]
|
/frameworks/rs/script_api/ |
D | rs_graphics.spec | 112 summary: How to intepret mesh vertex data 114 Describes the way mesh vertex data is interpreted when rendering 758 summary: Return a vertex allocation 761 vertex data, e.g. positions, normals, texcoords 771 summary: Return the number of vertex allocations 774 vertex data 800 summary: Get the projection matrix for a fixed function vertex program function 803 vertex program. Calling this function with a custom vertex shader 814 summary: Load the model matrix for a bound fixed function vertex program function 817 vertex program. Calling this function with a custom vertex shader [all …]
|
/frameworks/native/opengl/libagl/ |
D | array.cpp | 107 c->arrays.vertex.size = 4; in ogles_init_array() 108 c->arrays.vertex.type = GL_FLOAT; in ogles_init_array() 440 case GL_VERTEX_ARRAY: a = &c->arrays.vertex; break; in enableDisableClientState() 955 const GLubyte* vp = c->arrays.vertex.element(first); in compileElement__generic() 958 c->arrays.vertex.fetch(c, v->obj.v, vp); in compileElement__generic() 966 const GLubyte* vp = c->arrays.vertex.element( in compileElements__generic() 968 const size_t stride = c->arrays.vertex.stride; in compileElements__generic() 975 c->arrays.vertex.fetch(c, v->obj.v, vp); in compileElements__generic() 1140 c->transforms.mvp.pointv[c->arrays.vertex.size - 2]; in validate_arrays() 1143 c->transforms.modelview.transform.pointv[c->arrays.vertex.size - 2]; in validate_arrays() [all …]
|
D | Android.bp | 78 "vertex.cpp",
|
D | context.h | 202 array_t vertex; member
|
D | matrix.cpp | 105 if ((c->arrays.vertex.size != 4) && in validate_perspective() 710 #pragma mark matrix * vertex
|
D | primitives.cpp | 223 if (ggl_likely(c->arrays.vertex.enable)) { in ogles_validate_primitives()
|
/frameworks/rs/script_api/include/ |
D | rs_graphics.rsh | 138 * rs_primitive: How to intepret mesh vertex data 142 * Describes the way mesh vertex data is interpreted when rendering 155 …gle strip defined by the first three vertices with each additional triangle defined by a new vertex 156 …, // Vertices will be rendered as a sequence of triangles that all share first vertex as the origin 483 * pv: program vertex object 1133 * rsgMeshGetVertexAllocation: Return a vertex allocation 1138 * vertex data, e.g. positions, normals, texcoords 1142 * index: index of the vertex allocation 1144 * Returns: allocation containing vertex data 1158 * rsgMeshGetVertexAllocationCount: Return the number of vertex allocations [all …]
|
/frameworks/native/libs/renderengine/gl/ |
D | Program.cpp | 30 Program::Program(const ProgramCache::Key& /*needs*/, const char* vertex, const char* fragment) in Program() argument 32 GLuint vertexId = buildShader(vertex, GL_VERTEX_SHADER); in Program()
|
D | Program.h | 50 Program(const ProgramCache::Key& needs, const char* vertex, const char* fragment);
|
/frameworks/rs/ |
D | rsProgramVertex.cpp | 29 mRSC->mHal.funcs.vertex.init(mRSC, this, mUserShader, mUserShaderLen, in ProgramVertex() 34 mRSC->mHal.funcs.vertex.destroy(mRSC, this); in ~ProgramVertex() 63 rsc->mHal.funcs.vertex.setActive(rsc, this); in setup()
|
D | rsDriverLoader.cpp | 137 ret &= fn(RS_HAL_GRAPHICS_VERTEX_INIT, (void **)&rsc->mHal.funcs.vertex.init); in LoadHalTable() 138 ret &= fn(RS_HAL_GRAPHICS_VERTEX_SET_ACTIVE, (void **)&rsc->mHal.funcs.vertex.setActive); in LoadHalTable() 139 ret &= fn(RS_HAL_GRAPHICS_VERTEX_DESTROY, (void **)&rsc->mHal.funcs.vertex.destroy); in LoadHalTable()
|
D | rs_hal.h | 335 } vertex; member
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CbGeoUtilsTest.java | 122 List<LatLng> vertex = Arrays.asList( in testPointInPolygon() local 127 Polygon polygon = new Polygon(vertex); in testPointInPolygon()
|
/frameworks/native/services/surfaceflinger/tests/ |
D | BufferGenerator.cpp | 222 bool initialize(const char* vertex, const char* fragment) { in initialize() argument 223 mVertexShader = buildShader(vertex, GL_VERTEX_SHADER); in initialize()
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | GLTextureViewActivity.java | 280 private static int buildProgram(String vertex, String fragment) { in buildProgram() argument 281 int vertexShader = buildShader(vertex, GL_VERTEX_SHADER); in buildProgram()
|
/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/ |
D | ImageFlipRenderThread.java | 233 private static int buildProgram(String vertex, String fragment) { in buildProgram() argument 234 int vertexShader = buildShader(vertex, GL_VERTEX_SHADER); in buildProgram()
|
/frameworks/native/opengl/tests/angeles/ |
D | README.txt | 38 Common Lite, such as vertex arrays, color arrays and
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 2530 … = 0x00000080, /// Can be used as source of fixed function vertex fetch (VBO) 2713 …EX_BUFFER_BIT = 0x00000040, /// Format can be used for vertex buffers (VBOs) 2993 /// Pipeline vertex input state creation flags 4146 … location /// location of the shader vertex attrib 4149 … offset /// Offset of first element in bytes from base of vertex 4561 /// vertex stage limits 4562 … maxVertexInputAttributes /// max num of vertex input attribute sl… 4563 … maxVertexInputBindings /// max num of vertex input binding slots 4564 … maxVertexInputAttributeOffset /// max vertex input attribute offset added to verte… 4565 … maxVertexInputBindingStride /// max vertex input binding stri… [all …]
|