OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pva
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/renderscript/src/android/renderscript/cts/
ProgramVertexFixedFunctionTest.java
44
ProgramVertexFixedFunction.Constants
pva
;
local
48
pva
= new ProgramVertexFixedFunction.Constants(mRS);
50
pva
.setModelview(new Matrix4f());
53
pva
.setProjection(new Matrix4f());
56
pva
.setTexture(new Matrix4f());
58
pva
.destroy();
65
ProgramVertexFixedFunction.Constants
pva
;
local
66
pva
= new ProgramVertexFixedFunction.Constants(mRS);
73
pv.bindConstants(
pva
);
81
pv.bindConstants(
pva
);
[
all
...]
/frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselRS.java
356
ProgramVertexFixedFunction.Constants
pva
= new ProgramVertexFixedFunction.Constants(mRS);
local
357
((ProgramVertexFixedFunction)mVertexProgram).bindConstants(
pva
);
360
pva
.setProjection(proj);
[
all
...]
Completed in 41 milliseconds