Searched defs:attachment (Results 1 - 18 of 18) sorted by relevance

/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasRequestGetMessage.java43 public BluetoothMasRequestGetMessage(String handle, CharsetType charset, boolean attachment) { argument
54 oap.add(OAP_TAGID_ATTACHMENT, attachment ? ATTACHMENT_ON : ATTACHMENT_OFF);
H A DBluetoothMasClient.java960 * @param attachment corresponds to <code>Attachment</code> application
965 public boolean getMessage(String handle, boolean attachment) { argument
980 new BluetoothMasRequestGetMessage(handle, CharsetType.UTF_8, attachment);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11ExtensionPack.java195 int attachment,
202 int attachment,
236 int attachment,
244 int attachment,
193 glFramebufferRenderbufferOES( int target, int attachment, int renderbuffertarget, int renderbuffer ) argument
200 glFramebufferTexture2DOES( int target, int attachment, int textarget, int texture, int level ) argument
234 glGetFramebufferAttachmentParameterivOES( int target, int attachment, int pname, int[] params, int offset ) argument
242 glGetFramebufferAttachmentParameterivOES( int target, int attachment, int pname, java.nio.IntBuffer params ) argument
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31Ext.cpp859 /* void glFramebufferTextureEXT ( GLenum target, GLenum attachment, GLuint texture, GLint level ) */
862 (JNIEnv *_env, jobject _this, jint target, jint attachment, jint texture, jint level) {
865 (GLenum)attachment,
861 android_glFramebufferTextureEXT__IIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint texture, jint level) argument
H A Dandroid_opengl_GLES32.cpp1007 /* void glFramebufferTexture ( GLenum target, GLenum attachment, GLuint texture, GLint level ) */
1010 (JNIEnv *_env, jobject _this, jint target, jint attachment, jint texture, jint level) {
1013 (GLenum)attachment,
1009 android_glFramebufferTexture__IIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint texture, jint level) argument
H A Dandroid_opengl_GLES11Ext.cpp3057 /* void glFramebufferRenderbufferOES ( GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer ) */
3060 (JNIEnv *_env, jobject _this, jint target, jint attachment, jint renderbuffertarget, jint renderbuffer) {
3063 (GLenum)attachment,
3069 /* 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) {
3075 (GLenum)attachment,
3082 /* void glGetFramebufferAttachmentParameterivOES ( GLenum target, GLenum attachment, GLenum pname, GLint *params ) */
3085 (JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jintArray params_ref, jint offset) {
3118 (GLenum)attachment,
3133 /* void glGetFramebufferAttachmentParameterivOES ( GLenum target, GLenum attachment, GLenu
3059 android_glFramebufferRenderbufferOES__IIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint renderbuffertarget, jint renderbuffer) argument
3071 android_glFramebufferTexture2DOES__IIIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint textarget, jint texture, jint level) argument
3084 android_glGetFramebufferAttachmentParameterivOES__III_3II(JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jintArray params_ref, jint offset) argument
3135 android_glGetFramebufferAttachmentParameterivOES__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jobject params_buf) argument
[all...]
H A Dandroid_opengl_GLES20.cpp1456 /* void glFramebufferRenderbuffer ( GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer ) */
1459 (JNIEnv *_env, jobject _this, jint target, jint attachment, jint renderbuffertarget, jint renderbuffer) {
1462 (GLenum)attachment,
1468 /* 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) {
1474 (GLenum)attachment,
2825 /* void glGetFramebufferAttachmentParameteriv ( GLenum target, GLenum attachment, GLenum pname, GLint *params ) */
2828 (JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jintArray params_ref, jint offset) {
2855 (GLenum)attachment,
2870 /* void glGetFramebufferAttachmentParameteriv ( GLenum target, GLenum attachment, GLenu
1458 android_glFramebufferRenderbuffer__IIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint renderbuffertarget, jint renderbuffer) argument
1470 android_glFramebufferTexture2D__IIIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint textarget, jint texture, jint level) argument
2827 android_glGetFramebufferAttachmentParameteriv__III_3II(JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jintArray params_ref, jint offset) argument
2872 android_glGetFramebufferAttachmentParameteriv__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jobject params_buf) argument
[all...]
H A Dandroid_opengl_GLES30.cpp1778 /* void glFramebufferTextureLayer ( GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer ) */
1781 (JNIEnv *_env, jobject _this, jint target, jint attachment, jint texture, jint level, jint layer) {
1784 (GLenum)attachment,
1780 android_glFramebufferTextureLayer__IIIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint texture, jint level, jint layer) argument
H A Dcom_google_android_gles_jni_GLImpl.cpp8003 /* void glFramebufferRenderbufferOES ( GLint target, GLint attachment, GLint renderbuffertarget, GLint renderbuffer ) */
8006 (JNIEnv *_env, jobject _this, jint target, jint attachment, jint renderbuffertarget, jint renderbuffer) {
8014 (GLint)attachment,
8020 /* 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) {
8031 (GLint)attachment,
8256 /* void glGetFramebufferAttachmentParameterivOES ( GLint target, GLint attachment, GLint pname, GLint *params ) */
8259 (JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jintArray params_ref, jint offset) {
8291 (GLint)attachment,
8306 /* void glGetFramebufferAttachmentParameterivOES ( GLint target, GLint attachment, GLin
8005 android_glFramebufferRenderbufferOES__IIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint renderbuffertarget, jint renderbuffer) argument
8022 android_glFramebufferTexture2DOES__IIIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint textarget, jint texture, jint level) argument
8258 android_glGetFramebufferAttachmentParameterivOES__III_3II(JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jintArray params_ref, jint offset) argument
8308 android_glGetFramebufferAttachmentParameterivOES__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jobject params_buf) argument
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java824 // C function void glFramebufferRenderbufferOES ( GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer )
828 int attachment,
833 // C function void glFramebufferTexture2DOES ( GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level )
837 int attachment,
843 // C function void glGetFramebufferAttachmentParameterivOES ( GLenum target, GLenum attachment, GLenum pname, GLint *params )
847 int attachment,
853 // C function void glGetFramebufferAttachmentParameterivOES ( GLenum target, GLenum attachment, GLenum pname, GLint *params )
857 int attachment,
826 glFramebufferRenderbufferOES( int target, int attachment, int renderbuffertarget, int renderbuffer ) argument
835 glFramebufferTexture2DOES( int target, int attachment, int textarget, int texture, int level ) argument
845 glGetFramebufferAttachmentParameterivOES( int target, int attachment, int pname, int[] params, int offset ) argument
855 glGetFramebufferAttachmentParameterivOES( int target, int attachment, int pname, java.nio.IntBuffer params ) argument
H A DGLES31Ext.java495 // C function void glFramebufferTextureEXT ( GLenum target, GLenum attachment, GLuint texture, GLint level )
499 int attachment,
497 glFramebufferTextureEXT( int target, int attachment, int texture, int level ) argument
H A DGLErrorWrapper.java1453 public void glFramebufferRenderbufferOES(int target, int attachment, argument
1456 mgl11ExtensionPack.glFramebufferRenderbufferOES(target, attachment, renderbuffertarget, renderbuffer);
1461 public void glFramebufferTexture2DOES(int target, int attachment, argument
1464 mgl11ExtensionPack.glFramebufferTexture2DOES(target, attachment, textarget, texture, level);
1505 int attachment, int pname, int[] params, int offset) {
1507 mgl11ExtensionPack.glGetFramebufferAttachmentParameterivOES(target, attachment, pname, params, offset);
1513 int attachment, int pname, IntBuffer params) {
1515 mgl11ExtensionPack.glGetFramebufferAttachmentParameterivOES(target, attachment, pname, params);
1504 glGetFramebufferAttachmentParameterivOES(int target, int attachment, int pname, int[] params, int offset) argument
1512 glGetFramebufferAttachmentParameterivOES(int target, int attachment, int pname, IntBuffer params) argument
H A DGLES32.java509 // C function void glFramebufferTexture ( GLenum target, GLenum attachment, GLuint texture, GLint level )
513 int attachment,
511 glFramebufferTexture( int target, int attachment, int texture, int level ) argument
H A DGLLogWrapper.java3555 public void glFramebufferRenderbufferOES(int target, int attachment, argument
3559 arg("attachment", attachment);
3563 mgl11ExtensionPack.glFramebufferRenderbufferOES(target, attachment, renderbuffertarget, renderbuffer);
3568 public void glFramebufferTexture2DOES(int target, int attachment, argument
3572 arg("attachment", attachment);
3577 mgl11ExtensionPack.glFramebufferTexture2DOES(target, attachment, textarget, texture, level);
3634 int attachment, int pname, int[] params, int offset) {
3637 arg("attachment", attachmen
3633 glGetFramebufferAttachmentParameterivOES(int target, int attachment, int pname, int[] params, int offset) argument
3647 glGetFramebufferAttachmentParameterivOES(int target, int attachment, int pname, IntBuffer params) argument
[all...]
H A DGLES20.java717 // C function void glFramebufferRenderbuffer ( GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer )
721 int attachment,
726 // C function void glFramebufferTexture2D ( GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level )
730 int attachment,
982 // C function void glGetFramebufferAttachmentParameteriv ( GLenum target, GLenum attachment, GLenum pname, GLint *params )
986 int attachment,
992 // C function void glGetFramebufferAttachmentParameteriv ( GLenum target, GLenum attachment, GLenum pname, GLint *params )
996 int attachment,
719 glFramebufferRenderbuffer( int target, int attachment, int renderbuffertarget, int renderbuffer ) argument
728 glFramebufferTexture2D( int target, int attachment, int textarget, int texture, int level ) argument
984 glGetFramebufferAttachmentParameteriv( int target, int attachment, int pname, int[] params, int offset ) argument
994 glGetFramebufferAttachmentParameteriv( int target, int attachment, int pname, java.nio.IntBuffer params ) argument
H A DGLES30.java756 // C function void glFramebufferTextureLayer ( GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer )
760 int attachment,
758 glFramebufferTextureLayer( int target, int attachment, int texture, int level, int layer ) argument
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1975 // C function void glFramebufferRenderbufferOES ( GLint target, GLint attachment, GLint renderbuffertarget, GLint renderbuffer )
1979 int attachment,
1984 // C function void glFramebufferTexture2DOES ( GLint target, GLint attachment, GLint textarget, GLint texture, GLint level )
1988 int attachment,
2030 // C function void glGetFramebufferAttachmentParameterivOES ( GLint target, GLint attachment, GLint pname, GLint *params )
2034 int attachment,
2040 // C function void glGetFramebufferAttachmentParameterivOES ( GLint target, GLint attachment, GLint pname, GLint *params )
2044 int attachment,
1977 glFramebufferRenderbufferOES( int target, int attachment, int renderbuffertarget, int renderbuffer ) argument
1986 glFramebufferTexture2DOES( int target, int attachment, int textarget, int texture, int level ) argument
2032 glGetFramebufferAttachmentParameterivOES( int target, int attachment, int pname, int[] params, int offset ) argument
2042 glGetFramebufferAttachmentParameterivOES( int target, int attachment, int pname, java.nio.IntBuffer params ) argument
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h2151 uint32_t attachment; member in struct:VkAttachmentReference

Completed in 1678 milliseconds