HomeSort by relevance Sort by last modified time
    Searched refs:loadTextureRGB (Results 1 - 5 of 5) sorted by null

  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
FillTest.java 138 private Allocation loadTextureRGB(int id) {
164 mFillScript.set_gTexTorus(loadTextureRGB(R.drawable.torusmap));
165 mFillScript.set_gTexOpaque(loadTextureRGB(R.drawable.data));
167 mFillScript.set_gTexChecker(loadTextureRGB(R.drawable.checker));
UiTest.java 128 private Allocation loadTextureRGB(int id) {
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));
MeshTest.java 135 private Allocation loadTextureRGB(int id) {
160 mGeoScript.set_gTexOpaque(loadTextureRGB(R.drawable.data));
TorusTest.java 231 private Allocation loadTextureRGB(int id) {
238 mTexTorus = loadTextureRGB(R.drawable.torusmap);
  /frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
RsRenderStatesRS.java 298 private Allocation loadTextureRGB(int id) {
312 mTexTorus = loadTextureRGB(R.drawable.torusmap);
313 mTexOpaque = loadTextureRGB(R.drawable.data);
315 mTexChecker = loadTextureRGB(R.drawable.checker);

Completed in 70 milliseconds