HomeSort by relevance Sort by last modified time
    Searched full:uniformtexture (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GLTextureViewActivity.java 197 int uniformTexture = glGetUniformLocation(program, "texture");
212 glUniform1i(uniformTexture, 0);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 456 final int uniformTexture = glGetUniformLocation(program, "texture");
467 glUniform1i(uniformTexture, 0);

Completed in 121 milliseconds