HomeSort by relevance Sort by last modified time
    Searched refs: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 458 final int uniformTexture = glGetUniformLocation(program, "texture");
469 glUniform1i(uniformTexture, 0);

Completed in 36 milliseconds