HomeSort by relevance Sort by last modified time
    Searched defs:textures (Results 76 - 81 of 81) sorted by null

1 2 34

  /cts/tests/tests/media/src/android/media/cts/
DecodeAccuracyTestBase.java 985 int[] textures = new int[1]; local
    [all...]
EncodeVirtualDisplayWithCompositionTest.java 955 int[] textures = new int[1]; local
980 int[] textures = new int[] { local
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES20.cpp 1146 GLuint *textures = (GLuint *) 0; local
1196 GLuint *textures = (GLuint *) 0; local
1689 GLuint *textures = (GLuint *) 0; local
1739 GLuint *textures = (GLuint *) 0; local
    [all...]
com_google_android_gles_jni_GLImpl.cpp 543 /* void glDeleteTextures ( GLsizei n, const GLuint *textures ) */
552 GLuint *textures = (GLuint *) 0; local
557 _exceptionMessage = "textures == null";
575 textures = textures_base + offset;
579 (GLuint *)textures
592 /* void glDeleteTextures ( GLsizei n, const GLuint *textures ) */
602 GLuint *textures = (GLuint *) 0; local
604 textures = (GLuint *)getPointer(_env, textures_buf, (jarray*)&_array, &_remaining, &_bufferOffset);
611 if (textures == NULL) {
613 textures = (GLuint *) (_texturesBase + _bufferOffset)
1105 GLuint *textures = (GLuint *) 0; local
1155 GLuint *textures = (GLuint *) 0; local
    [all...]
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar 
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
lwjgl.jar 

Completed in 216 milliseconds

1 2 34