Searched defs:vertex (Results 1 – 10 of 10) sorted by relevance
/frameworks/rs/api/ |
D | rs_graphics.spec | 801 summary: Get the projection matrix for a fixed function vertex program function 815 summary: Load the model matrix for a bound fixed function vertex program function 829 summary: Load the projection matrix for a bound fixed function vertex program function 843 summary: Load the texture matrix for a bound fixed function vertex program function
|
/frameworks/base/libs/hwui/ |
D | Patch.cpp | 63 TextureVertex* vertex = vertices.get(); in Patch() local 149 void Patch::generateRow(const int32_t* xDivs, uint32_t xCount, TextureVertex*& vertex, in generateRow() 189 void Patch::generateQuad(TextureVertex*& vertex, float x1, float y1, float x2, float y2, in generateQuad()
|
D | Program.cpp | 32 Program::Program(const ProgramDescription& description, const char* vertex, const char* fragment) { in Program()
|
D | OpenGLRenderer.cpp | 1125 Vertex* vertex = mesh; in clearLayerRegions() local
|
D | DisplayListOp.h | 656 TextureVertex* vertex = &vertices[0]; in multiDraw() local 839 TextureVertex* vertex = &vertices[0]; in multiDraw() local
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
D | Program.cpp | 28 Program::Program(const ProgramCache::Key& /*needs*/, const char* vertex, const char* fragment) in Program()
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | GLTextureViewActivity.java | 280 private static int buildProgram(String vertex, String fragment) { in buildProgram()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ImageWallpaper.java | 611 private int buildProgram(String vertex, String fragment) { in buildProgram()
|
/frameworks/rs/ |
D | rs_hal.h | 303 } vertex; member
|
/frameworks/native/opengl/libagl/ |
D | context.h | 201 array_t vertex; member
|