Home
last modified time | relevance | path

Searched refs:glInvalidateFramebuffer (Results 1 – 16 of 16) sorted by relevance

/frameworks/native/opengl/libs/
DlibGLESv3.map.txt232 glInvalidateFramebuffer;
Dentries.in500 GL_ENTRY(void, glInvalidateFramebuffer, GLenum target, GLsizei numAttachments, const GLenum *attach…
/frameworks/base/opengl/java/android/opengl/
DGLES30.java1735 public static native void glInvalidateFramebuffer( in glInvalidateFramebuffer() method in GLES30
1744 public static native void glInvalidateFramebuffer( in glInvalidateFramebuffer() method in GLES30
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES30.spec106 void glInvalidateFramebuffer ( GLenum target, GLsizei numAttachments, const GLenum *attachments )
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h480 #define glInvalidateFramebuffer wrap_glInvalidateFramebuffer macro
Dgles_undefine.h479 #undef glInvalidateFramebuffer
Dgles_stubs.in724 void API_ENTRY(glInvalidateFramebuffer)(GLenum target, GLsizei numAttachments, const GLenum *attach…
725 CALL_GL_API(glInvalidateFramebuffer, target, numAttachments, attachments);
Dgles_decls.in242 GL_ENTRY(void, glInvalidateFramebuffer, GLenum target, GLsizei numAttachments, const GLenum *attach…
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in724 void API_ENTRY(glInvalidateFramebuffer)(GLenum target, GLsizei numAttachments, const GLenum *attach…
725 CALL_GL_API(glInvalidateFramebuffer, target, numAttachments, attachments);
/frameworks/native/opengl/include/GLES3/
Dgl3.h1199 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const G…
Dgl31.h1201 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const G…
Dgl32.h1201 GL_APICALL void GL_APIENTRY glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const G…
/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp5645 glInvalidateFramebuffer( in android_glInvalidateFramebuffer__II_3II()
5684 glInvalidateFramebuffer( in android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt20271 method public static void glInvalidateFramebuffer(int, int, int[], int);
20272 method public static void glInvalidateFramebuffer(int, int, java.nio.IntBuffer);
/frameworks/base/config/
Dhiddenapi-public-dex.txt29155 Landroid/opengl/GLES30;->glInvalidateFramebuffer(IILjava/nio/IntBuffer;)V
29156 Landroid/opengl/GLES30;->glInvalidateFramebuffer(II[II)V
/frameworks/base/api/
Dcurrent.txt30699 method public static void glInvalidateFramebuffer(int, int, int[], int);
30700 method public static void glInvalidateFramebuffer(int, int, java.nio.IntBuffer);