Home
last modified time | relevance | path

Searched defs:vertex (Results 1 – 12 of 12) sorted by relevance

/frameworks/rs/script_api/
Drs_graphics.spec800 summary: Get the projection matrix for a fixed function vertex program function
814 summary: Load the model matrix for a bound fixed function vertex program function
828 summary: Load the projection matrix for a bound fixed function vertex program function
842 summary: Load the texture matrix for a bound fixed function vertex program function
/frameworks/base/libs/hwui/
DPatch.cpp61 TextureVertex* vertex = vertices.get(); in Patch() local
147 void Patch::generateRow(const int32_t* xDivs, uint32_t xCount, TextureVertex*& vertex, in generateRow()
187 void Patch::generateQuad(TextureVertex*& vertex, float x1, float y1, float x2, float y2, in generateQuad()
DProgram.cpp29 Program::Program(const ProgramDescription& description, const char* vertex, const char* fragment) { in Program()
DBakedOpRenderer.cpp193 Vertex* vertex = vertices.data(); in drawRects() local
DBakedOpDispatcher.cpp112 TextureVertex* vertex = &vertices[0]; in onMergedPatchOps() local
448 ColorTextureVertex* vertex = &mesh[0]; in onBitmapMeshOp() local
DRecordingCanvas.cpp306 Vertex* vertex = rectData; in drawSimpleRects() local
/frameworks/native/services/surfaceflinger/RenderEngine/
DProgram.cpp28 Program::Program(const ProgramCache::Key& /*needs*/, const char* vertex, const char* fragment) in Program()
/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/
DImageFlipRenderThread.java233 private static int buildProgram(String vertex, String fragment) { in buildProgram()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DGLTextureViewActivity.java280 private static int buildProgram(String vertex, String fragment) { in buildProgram()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DImageWallpaper.java699 private int buildProgram(String vertex, String fragment) { in buildProgram()
/frameworks/rs/
Drs_hal.h335 } vertex; member
/frameworks/native/opengl/libagl/
Dcontext.h202 array_t vertex; member