OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTexCube
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/renderscript/src/android/renderscript/cts/
ProgramFragmentTest.java
37
Allocation
mTexCube
;
49
mTexCube
= Allocation.createTyped(mRS, typeB.create(),
181
textures[1] =
mTexCube
;
/development/samples/RenderScript/MiscSamples/src/com/example/android/rs/miscsamples/
RsRenderStatesRS.java
105
private Allocation
mTexCube
;
317
mTexCube
= Allocation.createCubemapFromBitmap(mRS, b);
323
mScript.set_gTexCube(
mTexCube
);
Completed in 178 milliseconds