HomeSort by relevance Sort by last modified time
    Searched refs:fbo_draw_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 278 void GeometryShaderBlittingLayeredToNonLayered::setUpFramebuffersForRendering(glw::GLuint fbo_draw_id,
286 gl.bindFramebuffer(GL_DRAW_FRAMEBUFFER, fbo_draw_id);
312 void GeometryShaderBlittingNonLayeredToLayered::setUpFramebuffersForRendering(glw::GLuint fbo_draw_id,
320 gl.bindFramebuffer(GL_DRAW_FRAMEBUFFER, fbo_draw_id);
346 void GeometryShaderBlittingLayeredToLayered::setUpFramebuffersForRendering(glw::GLuint fbo_draw_id,
354 gl.bindFramebuffer(GL_DRAW_FRAMEBUFFER, fbo_draw_id);
  /external/deqp/external/openglcts/modules/gles31/
es31cTextureStorageMultisampleFunctionalTests.hpp 101 glw::GLuint fbo_draw_id; member in class:glcts::MultisampleTextureFunctionalTestsBlittingMultisampledIntegerAttachmentTest
124 glw::GLuint fbo_draw_id; member in class:glcts::MultisampleTextureFunctionalTestsBlittingToMultisampledFBOIsForbiddenTest
es31cTextureStorageMultisampleFunctionalTests.cpp 704 , fbo_draw_id(0)
719 if (fbo_draw_id != 0)
721 gl.deleteFramebuffers(1, &fbo_draw_id);
723 fbo_draw_id = 0;
827 gl.genFramebuffers(1, &fbo_draw_id);
829 gl.bindFramebuffer(GL_DRAW_FRAMEBUFFER, fbo_draw_id);
    [all...]

Completed in 55 milliseconds