Searched defs:zoffset (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/opengl/java/android/opengl/ |
D | GLES30.java | 403 int zoffset, in glTexSubImage3D() 419 int zoffset, in glTexSubImage3D() 435 int zoffset, in glCopyTexSubImage3D() 477 int zoffset, in glCompressedTexSubImage3D() 493 int zoffset, in glCompressedTexSubImage3D()
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES30.cpp | 547 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, j… in android_glTexSubImage3D__IIIIIIIIIILjava_nio_Buffer_2() 593 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, j… in android_glTexSubImage3D__IIIIIIIIIII() 612 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, j… in android_glCopyTexSubImage3D__IIIIIIIII() 690 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, j… in android_glCompressedTexSubImage3D__IIIIIIIIIILjava_nio_Buffer_2() 736 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, j… in android_glCompressedTexSubImage3D__IIIIIIIIIII()
|