Searched refs:framebuffer (Results 26 - 28 of 28) sorted by relevance

12

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp507 /* void glBindFramebuffer ( GLenum target, GLuint framebuffer ) */
510 (JNIEnv *_env, jobject _this, jint target, jint framebuffer) {
513 (GLuint)framebuffer
3987 /* GLboolean glIsFramebuffer ( GLuint framebuffer ) */
3990 (JNIEnv *_env, jobject _this, jint framebuffer) {
3993 (GLuint)framebuffer
509 android_glBindFramebuffer__II(JNIEnv *_env, jobject _this, jint target, jint framebuffer) argument
3989 android_glIsFramebuffer__I(JNIEnv *_env, jobject _this, jint framebuffer) argument
H A Dcom_google_android_gles_jni_GLImpl.cpp7243 /* void glBindFramebufferOES ( GLint target, GLint framebuffer ) */
7246 (JNIEnv *_env, jobject _this, jint target, jint framebuffer) {
7254 (GLint)framebuffer
8160 /* GLboolean glIsFramebufferOES ( GLint framebuffer ) */
8163 (JNIEnv *_env, jobject _this, jint framebuffer) {
8171 (GLint)framebuffer
7245 android_glBindFramebufferOES__II(JNIEnv *_env, jobject _this, jint target, jint framebuffer) argument
8162 android_glIsFramebufferOES__I(JNIEnv *_env, jobject _this, jint framebuffer) argument
/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h2703 typedef void (GL_APIENTRYP PFNGLNAMEDFRAMEBUFFERSAMPLELOCATIONSFVNVPROC) (GLuint framebuffer, GLuint start, GLsizei count, const GLfloat *v);
2707 GL_APICALL void GL_APIENTRY glNamedFramebufferSampleLocationsfvNV (GLuint framebuffer, GLuint start, GLsizei count, const GLfloat *v);

Completed in 277 milliseconds

12