Home
last modified time | relevance | path

Searched defs:numAttachments (Results 1 – 4 of 4) 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.cpp4928 …(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/
Dnullgles.cpp263 void glDiscardFramebufferEXT(GLenum target, GLsizei numAttachments, const GLenum *attachments) {} in glDiscardFramebufferEXT()
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_api.cpp10076 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()