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

  /external/deqp/external/openglcts/modules/gles31/
es31cTextureStorageMultisampleFunctionalTests.hpp 73 glw::GLuint fbo_dst_id; member in class:glcts::MultisampleTextureFunctionalTestsBlittingMultisampledDepthAttachmentTest
es31cTextureStorageMultisampleFunctionalTests.cpp 264 , fbo_dst_id(0)
284 if (fbo_dst_id != 0)
286 gl.deleteFramebuffers(1, &fbo_dst_id);
288 fbo_dst_id = 0;
392 gl.genFramebuffers(1, &fbo_dst_id);
401 gl.bindFramebuffer(GL_DRAW_FRAMEBUFFER, fbo_dst_id);
559 * NOTE: Original test spec rendered to fbo_dst_id which would have been invalid,
560 * since fbo_dst_id is the assumed destination for the blitting operation.
    [all...]

Completed in 69 milliseconds