Searched defs:pv (Results 1 – 11 of 11) 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/rs/java/android/renderscript/ |
D | ProgramVertex.java | 153 ProgramVertex pv = new ProgramVertex(id, mRS); in create() local
|
D | ProgramVertexFixedFunction.java | 105 ProgramVertexFixedFunction pv = new ProgramVertexFixedFunction(id, mRS); in create() local
|
D | RenderScript.java | 311 native void rsnContextBindProgramVertex(long con, long pv); in rsnContextBindProgramVertex() 312 synchronized void nContextBindProgramVertex(long pv) { in nContextBindProgramVertex() 921 native void rsnProgramBindConstants(long con, long pv, int slot, long mID); in rsnProgramBindConstants() 922 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/src/com/android/systemui/statusbar/ |
D | NotificationRemoteInputManager.java | 398 View pv = (View) p; in activateRemoteInput() local
|
/frameworks/base/core/java/android/view/ |
D | View.java | 23869 ViewGroup pv = (ViewGroup) parent; in hasParentWantsFocus() local
|