Searched defs:textarget (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11ExtensionPack.java203 int textarget,
200 glFramebufferTexture2DOES( int target, int attachment, int textarget, int texture, int level ) argument
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java833 // C function void glFramebufferTexture2DOES ( GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level )
838 int textarget,
835 glFramebufferTexture2DOES( int target, int attachment, int textarget, int texture, int level ) argument
H A DGLErrorWrapper.java1462 int textarget, int texture, int level) {
1464 mgl11ExtensionPack.glFramebufferTexture2DOES(target, attachment, textarget, texture, level);
1461 glFramebufferTexture2DOES(int target, int attachment, int textarget, int texture, int level) argument
H A DGLLogWrapper.java3569 int textarget, int texture, int level) {
3573 arg("textarget", textarget);
3577 mgl11ExtensionPack.glFramebufferTexture2DOES(target, attachment, textarget, texture, level);
3568 glFramebufferTexture2DOES(int target, int attachment, int textarget, int texture, int level) argument
H A DGLES20.java726 // C function void glFramebufferTexture2D ( GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level )
731 int textarget,
728 glFramebufferTexture2D( int target, int attachment, int textarget, int texture, int level ) argument
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp3069 /* void glFramebufferTexture2DOES ( GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level ) */
3072 (JNIEnv *_env, jobject _this, jint target, jint attachment, jint textarget, jint texture, jint level) {
3076 (GLenum)textarget,
3071 android_glFramebufferTexture2DOES__IIIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint textarget, jint texture, jint level) argument
H A Dandroid_opengl_GLES20.cpp1468 /* void glFramebufferTexture2D ( GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level ) */
1471 (JNIEnv *_env, jobject _this, jint target, jint attachment, jint textarget, jint texture, jint level) {
1475 (GLenum)textarget,
1470 android_glFramebufferTexture2D__IIIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint textarget, jint texture, jint level) argument
H A Dcom_google_android_gles_jni_GLImpl.cpp8020 /* void glFramebufferTexture2DOES ( GLint target, GLint attachment, GLint textarget, GLint texture, GLint level ) */
8023 (JNIEnv *_env, jobject _this, jint target, jint attachment, jint textarget, jint texture, jint level) {
8032 (GLint)textarget,
8022 android_glFramebufferTexture2DOES__IIIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint textarget, jint texture, jint level) argument
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1984 // C function void glFramebufferTexture2DOES ( GLint target, GLint attachment, GLint textarget, GLint texture, GLint level )
1989 int textarget,
1986 glFramebufferTexture2DOES( int target, int attachment, int textarget, int texture, int level ) argument

Completed in 1333 milliseconds