Searched refs:fbo (Results 1 - 1 of 1) sorted by relevance
/test/xts/acts/graphic/graphicGLES3/entry/src/main/cpp/ |
H A D | gles3ndk.cpp | 473 GLuint fbo = INT_INIT_VAL; in GLBindFramebuffer() local 474 glGenFramebuffers(CREAT_NUM_ONE, &fbo); in GLBindFramebuffer() 475 glBindFramebuffer(GL_FRAMEBUFFER, fbo); in GLBindFramebuffer() 482 glDeleteFramebuffers(CREAT_NUM_ONE, &fbo); in GLBindFramebuffer() 797 GLuint fbo = INT_INIT_VAL; in GLCheckFramebufferStatus() local 798 glGenFramebuffers(CREAT_NUM_ONE, &fbo); in GLCheckFramebufferStatus() 799 glBindFramebuffer(GL_FRAMEBUFFER, fbo); in GLCheckFramebufferStatus() 806 glDeleteFramebuffers(CREAT_NUM_ONE, &fbo); in GLCheckFramebufferStatus() 1089 GLuint fbo; in GLCopyTexImage2D() local 1090 glGenFramebuffers(CREAT_NUM_ONE, &fbo); in GLCopyTexImage2D() 1110 GLuint fbo; GLCopyTexSubImage2D() local 1552 GLuint fbo = INT_INIT_VAL; GLDrawBuffers() local 3136 GLuint fbo, tex, rbo; GLInvalidateFramebuffer() local 3162 GLuint fbo, tex; GLInvalidateSubFramebuffer() local [all...] |
Completed in 17 milliseconds