Searched defs:layerFbo (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fFboColorbufferTests.cpp181 deUint32 layerFbo; local
183 glGenFramebuffers(1, &layerFbo);
184 glBindFramebuffer(GL_FRAMEBUFFER, layerFbo);
189 fbos.push_back(layerFbo);
/external/deqp/modules/gles3/functional/
H A Des3fFboColorbufferTests.cpp399 deUint32 layerFbo; local
401 glGenFramebuffers(1, &layerFbo);
402 glBindFramebuffer(GL_FRAMEBUFFER, layerFbo);
407 fbos.push_back(layerFbo);
526 deUint32 layerFbo; local
528 glGenFramebuffers(1, &layerFbo);
529 glBindFramebuffer(GL_FRAMEBUFFER, layerFbo);
534 fbos.push_back(layerFbo);
650 deUint32 layerFbo; local
652 glGenFramebuffers(1, &layerFbo);
[all...]

Completed in 191 milliseconds