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

  /cts/tests/tests/effect/src/android/effect/cts/
GLEnv.java 83 int texId = generateTexture();
84 GLES20.glBindTexture(GLES20.GL_TEXTURE_2D, texId);
86 return texId;
89 public void releaseTexture(int texId) {
91 textures[0] = texId;
  /developers/build/prebuilts/gradle/MediaEffects/Application/src/main/java/com/example/android/mediaeffects/
TextureRenderer.java 105 public void renderTexture(int texId) {
132 GLES20.glBindTexture(GLES20.GL_TEXTURE_2D, texId);
  /developers/samples/android/media/MediaEffects/Application/src/main/java/com/example/android/mediaeffects/
TextureRenderer.java 105 public void renderTexture(int texId) {
132 GLES20.glBindTexture(GLES20.GL_TEXTURE_2D, texId);
  /development/samples/HelloEffects/src/com/example/android/mediafx/
TextureRenderer.java 105 public void renderTexture(int texId) {
132 GLES20.glBindTexture(GLES20.GL_TEXTURE_2D, texId);
  /development/samples/browseable/MediaEffects/src/com.example.android.mediaeffects/
TextureRenderer.java 105 public void renderTexture(int texId) {
132 GLES20.glBindTexture(GLES20.GL_TEXTURE_2D, texId);
  /external/deqp/modules/gles3/functional/
es3fShaderTextureFunctionTests.cpp     [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 415 milliseconds