HomeSort by relevance Sort by last modified time
    Searched defs:texId (Results 1 - 11 of 11) 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;
  /cts/tests/tests/graphics/src/android/graphics/cts/
ANativeWindowTest.java 129 int[] texId = new int[1];
130 GLES20.glGenTextures(1, texId, 0);
132 SurfaceTexture consumer = new SurfaceTexture(texId[0]);
200 int[] texId = new int[1];
201 GLES20.glGenTextures(1, texId, 0);
203 SurfaceTexture consumer = new SurfaceTexture(texId[0]);
  /packages/services/Car/evs/app/
RenderTopView.cpp 327 GLuint texId;
329 texId = cam.tex->glId();
331 texId = mTexAssets.checkerBoard->glId();
333 glBindTexture(GL_TEXTURE_2D, texId);
  /frameworks/support/heifwriter/src/main/java/androidx/heifwriter/
Texture2dProgram.java 175 int texId = textures[0];
176 GLES20.glBindTexture(mTextureTarget, texId);
177 checkGlError("glBindTexture " + texId);
189 return texId;
  /external/deqp/modules/gles3/functional/
es3fShaderTextureFunctionTests.cpp     [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 200 milliseconds