Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp5710 GLuint temporary_draw_fbo_id = 0; in configureGLObject() local
5735 gl.genFramebuffers(1, &temporary_draw_fbo_id); in configureGLObject()
5736 gl.bindFramebuffer(GL_DRAW_FRAMEBUFFER, temporary_draw_fbo_id); in configureGLObject()
5750 gl.deleteFramebuffers(1, &temporary_draw_fbo_id); in configureGLObject()