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

  /external/deqp/external/openglcts/modules/glesext/geometry_shader/
esextcGeometryShaderBlitting.hpp 48 virtual void setUpFramebuffersForRendering(glw::GLuint fbo_draw_id, glw::GLuint fbo_read_id, glw::GLint to_draw,
107 void setUpFramebuffersForRendering(glw::GLuint fbo_draw_id, glw::GLuint fbo_read_id, glw::GLint to_draw,
140 void setUpFramebuffersForRendering(glw::GLuint fbo_draw_id, glw::GLuint fbo_read_id, glw::GLint to_draw,
170 void setUpFramebuffersForRendering(glw::GLuint fbo_draw_id, glw::GLuint fbo_read_id, glw::GLint to_draw,
esextcGeometryShaderBlitting.cpp 279 glw::GLuint fbo_read_id,
285 gl.bindFramebuffer(GL_READ_FRAMEBUFFER, fbo_read_id);
313 glw::GLuint fbo_read_id,
319 gl.bindFramebuffer(GL_READ_FRAMEBUFFER, fbo_read_id);
347 glw::GLuint fbo_read_id, glw::GLint to_draw,
353 gl.bindFramebuffer(GL_READ_FRAMEBUFFER, fbo_read_id);
  /external/deqp/external/openglcts/modules/gles31/
es31cTextureStorageMultisampleFunctionalTests.hpp 102 glw::GLuint fbo_read_id; member in class:glcts::MultisampleTextureFunctionalTestsBlittingMultisampledIntegerAttachmentTest
125 glw::GLuint fbo_read_id; member in class:glcts::MultisampleTextureFunctionalTestsBlittingToMultisampledFBOIsForbiddenTest
es31cTextureStorageMultisampleFunctionalTests.cpp 705 , fbo_read_id(0)
726 if (fbo_read_id != 0)
728 gl.deleteFramebuffers(1, &fbo_read_id);
730 fbo_read_id = 0;
828 gl.genFramebuffers(1, &fbo_read_id);
830 gl.bindFramebuffer(GL_READ_FRAMEBUFFER, fbo_read_id);
    [all...]

Completed in 130 milliseconds