Home
last modified time | relevance | path

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

/frameworks/base/libs/rs/
DrsProgramVertex.cpp153 ProgramVertex *pv = new ProgramVertex(rsc, NULL, NULL); in init() local
195 ProgramVertex *pv = rsc->mStateVertex.mPV; in rsi_ProgramVertexCreate() local
203 ProgramVertex *pv = static_cast<ProgramVertex *>(vpgm); in rsi_ProgramVertexBindAllocation() local
DrsScriptC.cpp205 ProgramVertex * pv = (ProgramVertex *)rsc->lookupName(str[ct+1]); in runCompiler() local
DrsContext.cpp523 void Context::setVertex(ProgramVertex *pv) in setVertex()
752 ProgramVertex *pv = static_cast<ProgramVertex *>(vpv); in rsi_ContextBindProgramVertex() local
DrsScriptC_Lib.cpp650 static void SC_bindProgramVertex(RsProgramVertex pv) in SC_bindProgramVertex()
894 float pv = z * (1.0f - y); in SC_hsbToRgb() local
/frameworks/base/graphics/java/android/graphics/
DColor.java264 final float pv = b * (1.0f - s); in HSBtoColor() local
/frameworks/base/graphics/java/android/renderscript/
DRenderScript.java174 native void nProgramVertexBindAllocation(int pv, int mID); in nProgramVertexBindAllocation()