Home
last modified time | relevance | path

Searched defs:numAttachments (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DGLES30.java1714 int numAttachments, in glInvalidateFramebuffer()
1723 int numAttachments, in glInvalidateFramebuffer()
1731 int numAttachments, in glInvalidateSubFramebuffer()
1744 int numAttachments, in glInvalidateSubFramebuffer()
/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp4806 …(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jintArray attachments_ref, jint of… in android_glInvalidateFramebuffer__II_3II()
4850 (JNIEnv *_env, jobject _this, jint target, jint numAttachments, jobject attachments_buf) { in android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2()
4874 …(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jintArray attachments_ref, jint of… in android_glInvalidateSubFramebuffer__II_3IIIIII()
4922 …(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jobject attachments_buf, jint x, j… in android_glInvalidateSubFramebuffer__IILjava_nio_IntBuffer_2IIII()
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_api.cpp10077 void GLTrace_glInvalidateFramebuffer(GLenum target, GLsizei numAttachments, const GLenum* attachmen… in GLTrace_glInvalidateFramebuffer()
10118 void GLTrace_glInvalidateSubFramebuffer(GLenum target, GLsizei numAttachments, const GLenum* attach… in GLTrace_glInvalidateSubFramebuffer()
12127 void GLTrace_glDiscardFramebufferEXT(GLenum target, GLsizei numAttachments, const GLenum *attachmen… in GLTrace_glDiscardFramebufferEXT()