Searched defs:numAttachments (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/opengl/java/android/opengl/ |
D | GLES30.java | 1714 int numAttachments, in glInvalidateFramebuffer() 1723 int numAttachments, in glInvalidateFramebuffer() 1731 int numAttachments, in glInvalidateSubFramebuffer() 1744 int numAttachments, in glInvalidateSubFramebuffer()
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES30.cpp | 4928 …(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jintArray attachments_ref, jint of… in android_glInvalidateFramebuffer__II_3II() 4972 (JNIEnv *_env, jobject _this, jint target, jint numAttachments, jobject attachments_buf) { in android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2() 4996 …(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jintArray attachments_ref, jint of… in android_glInvalidateSubFramebuffer__II_3IIIIII() 5044 …(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/tests/ |
D | nullgles.cpp | 263 void glDiscardFramebufferEXT(GLenum target, GLsizei numAttachments, const GLenum *attachments) {} in glDiscardFramebufferEXT()
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_api.cpp | 10076 void GLTrace_glInvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GLenum * attachme… in GLTrace_glInvalidateFramebuffer() 10117 void GLTrace_glInvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum * attac… in GLTrace_glInvalidateSubFramebuffer() 16508 void GLTrace_glDiscardFramebufferEXT(GLenum target, GLsizei numAttachments, const GLenum * attachme… in GLTrace_glDiscardFramebufferEXT()
|