Home
last modified time | relevance | path

Searched defs:pv (Results 1 – 10 of 10) sorted by relevance

/frameworks/rs/driver/
DrsdProgram.cpp36 bool rsdProgramVertexInit(const Context *rsc, const ProgramVertex *pv, in rsdProgramVertexInit()
60 void rsdProgramVertexSetActive(const Context *rsc, const ProgramVertex *pv) { in rsdProgramVertexSetActive()
67 void rsdProgramVertexDestroy(const Context *rsc, const ProgramVertex *pv) { in rsdProgramVertexDestroy()
DrsdShaderCache.h45 void setActiveVertex(RsdShader *pv) { in setActiveVertex()
DrsdRuntimeStubs.cpp887 void rsgBindProgramVertex(::rs_program_vertex pv) {
915 void rsgBindConstant(::rs_program_vertex pv,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelBar.java58 public void setPanel(PanelView pv) { in setPanel()
120 PanelView pv = mPanel; in panelExpansionChanged() local
147 PanelView pv = mPanel; in collapsePanel() local
/frameworks/base/rs/java/android/renderscript/
DProgramVertex.java148 ProgramVertex pv = new ProgramVertex(id, mRS); in create() local
DProgramVertexFixedFunction.java101 ProgramVertexFixedFunction pv = new ProgramVertexFixedFunction(id, mRS); in create() local
DRenderScript.java302 native void rsnContextBindProgramVertex(long con, long pv); in rsnContextBindProgramVertex()
303 synchronized void nContextBindProgramVertex(long pv) { in nContextBindProgramVertex()
914 native void rsnProgramBindConstants(long con, long pv, int slot, long mID); in rsnProgramBindConstants()
915 synchronized void nProgramBindConstants(long pv, int slot, long mID) { in nProgramBindConstants()
/frameworks/rs/
DrsProgramVertex.cpp205 ProgramVertex *pv = new ProgramVertex(rsc, shaderString, strlen(shaderString), in init() local
248 ProgramVertex *pv = new ProgramVertex(rsc, shaderText, shaderLength, in rsi_ProgramVertexCreate() local
DrsScriptC_LibGL.cpp61 void rsrBindConstant(Context *rsc, ProgramVertex *pv, uint32_t slot, Allocation *a) { in rsrBindConstant()
83 void rsrBindProgramVertex(Context *rsc, ProgramVertex *pv) { in rsrBindProgramVertex()
DrsContext.cpp693 void Context::setProgramVertex(ProgramVertex *pv) { in setProgramVertex()
831 ProgramVertex *pv = static_cast<ProgramVertex *>(vpv); in rsi_ContextBindProgramVertex() local