Searched defs:numAttachments (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/opengl/java/android/opengl/ |
D | GLES30.java | 1729 int numAttachments, in glInvalidateFramebuffer() 1738 int numAttachments, in glInvalidateFramebuffer() 1746 int numAttachments, in glInvalidateSubFramebuffer() 1759 int numAttachments, in glInvalidateSubFramebuffer()
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES30.cpp | 4934 …(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jintArray attachments_ref, jint of… in android_glInvalidateFramebuffer__II_3II() 4978 (JNIEnv *_env, jobject _this, jint target, jint numAttachments, jobject attachments_buf) { in android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2() 5002 …(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jintArray attachments_ref, jint of… in android_glInvalidateSubFramebuffer__II_3IIIIII() 5050 …(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jobject attachments_buf, jint x, j… in android_glInvalidateSubFramebuffer__IILjava_nio_IntBuffer_2IIII()
|
/frameworks/base/libs/hwui/debug/ |
D | nullgles.cpp | 274 void glDiscardFramebufferEXT(GLenum target, GLsizei numAttachments, const GLenum *attachments) {} in glDiscardFramebufferEXT()
|