Searched refs:fbo_callback (Results 1 – 7 of 7) sorted by relevance
36 opengl_renderer_config_.fbo_callback = [](void* context) -> uint32_t { in EmbedderConfigBuilder()
67 config.open_gl.fbo_callback = [](void* user_data) -> uint32_t { return 0; }; in RunFlutterEngine()
423 config.open_gl.fbo_callback = [](void* data) -> uint32_t { return 0; }; in RunFlutterEngine()432 config.open_gl.fbo_callback = GLFWGetActiveFbo; in RunFlutterEngine()
153 UIntCallback fbo_callback; member
81 SAFE_ACCESS(open_gl_config, fbo_callback, nullptr) == nullptr) { in IsOpenGLRendererConfigValid()162 auto gl_fbo_callback = [ptr = config->open_gl.fbo_callback, in InferOpenGLPlatformViewCreationCallback()
72 SAFE_ACCESS(open_gl_config, fbo_callback, nullptr) == nullptr) { in IsOpenGLRendererConfigValid()146 auto gl_fbo_callback = [ptr = config->open_gl.fbo_callback, in InferOpenGLPlatformViewCreationCallback()
178 .open_gl.fbo_callback = (UIntCallback)OnFBO,