Searched defs:numAttachments (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/opengl/java/android/opengl/ |
D | GLES30.java | 1737 int numAttachments, in glInvalidateFramebuffer() 1746 int numAttachments, in glInvalidateFramebuffer() 1754 int numAttachments, in glInvalidateSubFramebuffer() 1767 int numAttachments, in glInvalidateSubFramebuffer()
|
/frameworks/base/libs/hwui/debug/ |
D | NullGlesDriver.h | 187 virtual void glDiscardFramebufferEXT_(GLenum target, GLsizei numAttachments, in glDiscardFramebufferEXT_()
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES30.cpp | 5588 …(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jintArray attachments_ref, jint of… in android_glInvalidateFramebuffer__II_3II() 5632 (JNIEnv *_env, jobject _this, jint target, jint numAttachments, jobject attachments_buf) { in android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2() 5670 …(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jintArray attachments_ref, jint of… in android_glInvalidateSubFramebuffer__II_3IIIIII() 5718 …(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jobject attachments_buf, jint x, j… in android_glInvalidateSubFramebuffer__IILjava_nio_IntBuffer_2IIII()
|