Searched refs:loadTextureRGB (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DFillTest.java138 private Allocation loadTextureRGB(int id) { method in class:FillTest
164 mFillScript.set_gTexTorus(loadTextureRGB(R.drawable.torusmap));
165 mFillScript.set_gTexOpaque(loadTextureRGB(R.drawable.data));
167 mFillScript.set_gTexChecker(loadTextureRGB(R.drawable.checker));
H A DUiTest.java128 private Allocation loadTextureRGB(int id) { method in class:UiTest
232 mUiScript.set_gTexTorus(loadTextureRGB(R.drawable.torusmap));
233 mUiScript.set_gTexOpaque(loadTextureRGB(R.drawable.data));
234 mUiScript.set_gTexGlobe(loadTextureRGB(R.drawable.globe));
265 texElem.item = loadTextureRGB(R.drawable.globe);
331 mUiScript.set_gTSpace(loadTextureRGB(R.drawable.space));
332 mUiScript.set_gTLight1(loadTextureRGB(R.drawable.light1));
H A DMeshTest.java135 private Allocation loadTextureRGB(int id) { method in class:MeshTest
160 mGeoScript.set_gTexOpaque(loadTextureRGB(R.drawable.data));
H A DTorusTest.java231 private Allocation loadTextureRGB(int id) { method in class:TorusTest
238 mTexTorus = loadTextureRGB(R.drawable.torusmap);
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
H A DRsRenderStatesRS.java298 private Allocation loadTextureRGB(int id) { method in class:RsRenderStatesRS
312 mTexTorus = loadTextureRGB(R.drawable.torusmap);
313 mTexOpaque = loadTextureRGB(R.drawable.data);
315 mTexChecker = loadTextureRGB(R.drawable.checker);

Completed in 60 milliseconds