HomeSort by relevance Sort by last modified time
    Searched refs:mFboIds (Results 1 - 2 of 2) sorted by null

  /cts/tests/openglperf2/jni/primitive/contextswitch/
ContextSwitchRenderer.h 28 GLuint* mFboIds;
ContextSwitchRenderer.cpp 106 mFboIds = new GLuint[NUM_WORKER_CONTEXTS];
120 glGenFramebuffers(1, &mFboIds[i]);
121 glBindFramebuffer(GL_FRAMEBUFFER, mFboIds[i]);
144 if (mFboIds[i] != 0) {
146 glDeleteFramebuffers(1, &mFboIds[i]);
147 mFboIds[i] = 0;
211 glBindFramebuffer(GL_FRAMEBUFFER, mFboIds[i]);

Completed in 81 milliseconds