Searched defs:pv (Results 1 – 13 of 13) sorted by relevance
/frameworks/rs/driver/ |
D | rsdProgram.cpp | 39 bool rsdProgramVertexInit(const Context *rsc, const ProgramVertex *pv, in rsdProgramVertexInit() 63 void rsdProgramVertexSetActive(const Context *rsc, const ProgramVertex *pv) { in rsdProgramVertexSetActive() 70 void rsdProgramVertexDestroy(const Context *rsc, const ProgramVertex *pv) { in rsdProgramVertexDestroy()
|
D | rsdShaderCache.h | 41 void setActiveVertex(RsdShader *pv) { in setActiveVertex()
|
D | rsdRuntimeStubs.cpp | 948 void rsgBindProgramVertex(::rs_program_vertex pv) { 976 void rsgBindConstant(::rs_program_vertex pv,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PanelBar.java | 88 public void setPanel(PanelView pv) { in setPanel() 171 PanelView pv = mPanel; in panelExpansionChanged() local 200 PanelView pv = mPanel; in collapsePanel() local
|
/frameworks/base/rs/java/android/renderscript/ |
D | ProgramVertex.java | 153 ProgramVertex pv = new ProgramVertex(id, mRS); in create() local
|
D | ProgramVertexFixedFunction.java | 104 ProgramVertexFixedFunction pv = new ProgramVertexFixedFunction(id, mRS); in create() local
|
D | RenderScript.java | 306 native void rsnContextBindProgramVertex(long con, long pv); in rsnContextBindProgramVertex() 307 synchronized void nContextBindProgramVertex(long pv) { in nContextBindProgramVertex() 927 native void rsnProgramBindConstants(long con, long pv, int slot, long mID); in rsnProgramBindConstants() 928 synchronized void nProgramBindConstants(long pv, int slot, long mID) { in nProgramBindConstants()
|
/frameworks/rs/ |
D | rsProgramVertex.cpp | 204 ProgramVertex *pv = new ProgramVertex(rsc, shaderString, strlen(shaderString), in init() local 247 ProgramVertex *pv = new ProgramVertex(rsc, shaderText, shaderLength, in rsi_ProgramVertexCreate() local
|
D | rsScriptC_LibGL.cpp | 57 void rsrBindConstant(Context *rsc, ProgramVertex *pv, uint32_t slot, Allocation *a) { in rsrBindConstant() 79 void rsrBindProgramVertex(Context *rsc, ProgramVertex *pv) { in rsrBindProgramVertex()
|
D | rsContext.cpp | 654 void Context::setProgramVertex(ProgramVertex *pv) { in setProgramVertex() 789 ProgramVertex *pv = static_cast<ProgramVertex *>(vpv); in rsi_ContextBindProgramVertex() local
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/ |
D | PluginInstanceManager.java | 410 VersionInfo pv = new VersionInfo().addClass(pluginClass); in checkVersion() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationRemoteInputManager.java | 369 View pv = (View) p; in activateRemoteInput() local
|
/frameworks/base/core/java/android/view/ |
D | View.java | 22538 ViewGroup pv = (ViewGroup) parent; in hasParentWantsFocus() local
|